Difference between revisions of "Localization"

From Avogadro - Free cross-platform molecule editor
Jump to: navigation, search
(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 18:18, 7 October 2007

Quick start guide to translating Avogadro

  1. Checkout subversion: svn co https://avogadro.svn.sourceforge.net/svnroot/avogadro/trunk avogadro
  2. Create a build directory: cd avogadro && mkdir build
  3. Populate the build directory: cmake ..
  4. Update the translation files: make update-translations
  5. Use QT Linguist to edit the translations, located in the i18n directory.