Difference between revisions of "Localization"
From Avogadro - Free cross-platform molecule editor
Line 1: | Line 1: | ||
− | + | Here is a quick start guide to translating Avogadro: | |
# Create a build directory: <code>mkdir build</code> | # Create a build directory: <code>mkdir build</code> |
Revision as of 18:15, 7 October 2007
Here is a quick start guide to translating Avogadro:
- Create a build directory:
mkdir build
- Populate the build directory:
cmake ..
- Update the translation files:
make update-translations
- Use QT Linguist to edit the translations, located in the
i18n
directory.