Edgewall Software

Changes between Version 67 and Version 68 of TracL10N


Ignore:
Timestamp:
Jun 12, 2008, 10:14:45 PM (16 years ago)
Author:
info@…
Comment:

adding note for update_catalog command

Legend:

Unmodified
Added
Removed
Modified
  • TracL10N

    v67 v68  
    2828 1. Now, open your favorite editor and add or modifiy translations for the extracted strings in the catalog for your language. See examples below.
    2929 1. Once you're done, you should test your translations:
    30     - Run `python setup.py update_catalog -l` again, for normalizing the manual edits. [[br]]
     30    - Run `python setup.py update_catalog -l` again, for normalizing the manual edits. For example: [[br]]
     31    `python setup.py update_catalog -l nl_NL`. [[br]]
    3132      This step is also quite useful to spot the possible mistakes, like accidental change of `msgid` strings. Look for lines beginning with `#~`, they are indicative of such errors.
    3233    - Run `python setup.py compile_catalog -f`. [[br]]