Edgewall Software

Changes between Version 52 and Version 53 of TracL10N


Ignore:
Timestamp:
Apr 17, 2008, 12:53:30 PM (16 years ago)
Author:
Jeroen Ruigrok van der Werven
Comment:

Use for example instead of e.g.

Legend:

Unmodified
Added
Removed
Modified
  • TracL10N

    v52 v53  
    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. 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`.
     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, for example: `-l nl_NL`.
    1212 1. Run `python setup.py build`
    1313 1. Run `python setup.py install`