Edgewall Software

Changes between Version 40 and Version 41 of TracL10N


Ignore:
Timestamp:
Feb 2, 2008, 9:53:51 AM (16 years ago)
Author:
Jeroen Ruigrok van der Werven
Comment:

Document installation, first few steps.

Legend:

Unmodified
Added
Removed
Modified
  • TracL10N

    v40 v41  
    44
    55Trac uses [http://babel.edgewall.org/ Babel] for localization. Please see source:sandbox/i18n for a work in progress.
     6
     7== Installation ==
     8
     9 1. Install [http://babel.edgewall.org/ Babel].
     10 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.
     12
     13= The following is historical information =
    614
    715== Possible Goals ==