Difference between revisions of "Localization"
From Avogadro - Free cross-platform molecule editor
(→Quick start guide to translating Avogadro) |
|||
Line 1: | Line 1: | ||
==Quick start guide to translating Avogadro== | ==Quick start guide to translating Avogadro== | ||
− | # Create a build directory: <code>mkdir build</code> | + | # Checkout subversion: <code>svn co https://avogadro.svn.sourceforge.net/svnroot/avogadro/trunk avogadro</code> |
+ | # Create a build directory: <code>cd avogadro && mkdir build</code> | ||
# Populate the build directory: <code>cmake ..</code> | # Populate the build directory: <code>cmake ..</code> | ||
# 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. |
Revision as of 18:17, 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
i18n
directory.