Difference between revisions of "Localization"

From Avogadro - Free cross-platform molecule editor
Jump to: navigation, search
Line 1: Line 1:
Here is a quick start guide to translating Avogadro:
+
==Quick start guide to translating Avogadro==
  
 
# Create a build directory: <code>mkdir build</code>
 
# Create a build directory: <code>mkdir build</code>

Revision as of 18:16, 7 October 2007

Quick start guide to 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.