Difference between revisions of "Localization"
From Avogadro - Free cross-platform molecule editor
(→Quick start guide to translating Avogadro) |
|||
Line 1: | Line 1: | ||
− | == | + | ==Launchpad== |
+ | |||
+ | You can use the online [https://translations.launchpad.net/avogadro Rosetta Launchpad] tool to help translate Avogadro. These translations are periodically collected and merged into the SVN repository for new releases. | ||
+ | |||
+ | ==Qt Linguist== | ||
# Checkout subversion: <code>svn co https://avogadro.svn.sourceforge.net/svnroot/avogadro/trunk avogadro</code> | # Checkout subversion: <code>svn co https://avogadro.svn.sourceforge.net/svnroot/avogadro/trunk avogadro</code> | ||
Line 5: | Line 9: | ||
# 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 | + | # Use Qt Linguist to edit the translations, located in the <code>i18n</code> directory. |
− | |||
[[Category:Developer]] | [[Category:Developer]] |
Revision as of 17:37, 3 June 2008
Launchpad
You can use the online Rosetta Launchpad tool to help translate Avogadro. These translations are periodically collected and merged into the SVN repository for new releases.
Qt Linguist
- 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.