Edgewall Software

Changes between Version 45 and Version 46 of TracL10N


Ignore:
Timestamp:
Feb 2, 2008, 5:22:30 PM (16 years ago)
Author:
Jeroen Ruigrok van der Werven
Comment:

A note about compiling a single locale.

Legend:

Unmodified
Added
Removed
Modified
  • TracL10N

    v45 v46  
    99 1. Install [http://babel.edgewall.org/ Babel].
    1010 1. Get a svn checkout from the [source:sandbox/i18n i18n sandbox], e.g. `svn checkout http://svn.edgewall.org/repos/trac/sandbox/i18n trac`
    11  1. Run `python setup.py compile_catalog`, you might need to use the force option (`-f`): `python setup.py compile_catalog -f` in order to compile catalogs marked fuzzy.
     11 1. Run `python setup.py compile_catalog`, you might need to use the force option (`-f`): `python setup.py compile_catalog -f` in order to compile catalogs marked fuzzy. If you are interested in just one locale, provide the `-l` option to specify a single locale to be compiled, e.g.: `-l nl_NL`.
    1212 1. Run `python setup.py build`
    1313 1. Run `python setup.py install`