Difference between revisions of "Localization"
From Avogadro - Free cross-platform molecule editor
Line 1: | Line 1: | ||
− | + | ==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:16, 7 October 2007
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.