Edgewall Software

Changes between Version 85 and Version 86 of TracL10N


Ignore:
Timestamp:
Feb 6, 2010, 5:10:44 PM (14 years ago)
Author:
Christian Boos
Comment:

use numbered list for step 4. of #TranslationWorkflow

Legend:

Unmodified
Added
Removed
Modified
  • TracL10N

    v85 v86  
    4343    [[comment(See examples below.)]]
    4444 1. Once you're done, you should test your translations:
    45     - Run `python setup.py update_catalog -l` again, for normalizing the
     45    1. Run `python setup.py update_catalog -l` again, for normalizing the
    4646      manual edits. For example: [[br]]
    4747      `python setup.py update_catalog -l nl_NL`. [[br]]
     
    5252      messages.pot file (as discussed in step 2. above) have been discarded
    5353      by this second `update_catalog` run.
    54     - Run `python setup.py compile_catalog -f`. [[br]]
     54    2. Run `python setup.py compile_catalog -f`. [[br]]
    5555      This will generate one compiled catalog (`message.mo` file) for each
    5656      (or each specified) messages.po file. You don't need to do anything
     
    6666      You can also use the `-l` option here to specify the locale for which
    6767      the messages.po has to be compiled.
    68     - Run `python setup.py install` for installing Trac and locale data.
     68    3. Run `python setup.py install` for installing Trac and locale data.
    6969      Alternatively you can use `python setup.py develop` once for all,
    7070      if you want to be able to run Trac from your working copy.