Difference between revisions of "Localization"
From Avogadro - Free cross-platform molecule editor
(→Quick start guide to translating Avogadro) |
(→Quick start guide to translating Avogadro) |
||
| Line 6: | Line 6: | ||
# Update the translation files: <code>make update-translations</code> | # Update the translation files: <code>make update-translations</code> | ||
# Use QT Linguist to edit the translations, located in the <code>i18n</code> directory. | # Use QT Linguist to edit the translations, located in the <code>i18n</code> directory. | ||
| + | |||
| + | |||
| + | [[Category:Developer]] | ||
Revision as of 17:18, 7 October 2007
Quick start guide to translating Avogadro
- Checkout subversion:
svn co https://avogadro.svn.sourceforge.net/svnroot/avogadro/trunk avogadro - Create a build directory:
cd avogadro && mkdir build - Populate the build directory:
cmake .. - Update the translation files:
make update-translations - Use QT Linguist to edit the translations, located in the
i18ndirectory.