Difference between revisions of "Localization"

From Avogadro - Free cross-platform molecule editor
Jump to: navigation, search
 
Line 1: Line 1:
 
There are a few steps involved with translating Avogadro
 
There are a few steps involved with translating Avogadro
  
# Create a build directory: <nowiki>mkdir build</nowiki>
+
# Create a build directory: <code>mkdir build</code>
# Populate the build directory: <nowiki>cmake ..</nowiki>
+
# Populate the build directory: <code>cmake ..</code>
# Update the translation files: <nowiki>make update-translations</nowiki>
+
# Update the translation files: <code>make update-translations</code>
# Use QT Linguist to edit the translations, located in the <nowiki>i18n</nowiki> directory.
+
# Use QT Linguist to edit the translations, located in the <code>i18n</code> directory.

Revision as of 18:15, 7 October 2007

There are a few steps involved with translating Avogadro

  1. Create a build directory: mkdir build
  2. Populate the build directory: cmake ..
  3. Update the translation files: make update-translations
  4. Use QT Linguist to edit the translations, located in the i18n directory.