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