Closed GoogleCodeExporter closed 8 years ago
the changeset r37 add all the machinery to get the i18n. I have also added a
first
draft for the french translation.
Original comment by yann.ma...@gmail.com
on 28 May 2008 at 9:08
The internationalisation infrastructure is now in place. In order to add a new
language you should run :
# make-messages.py -l <LANGUAGE_CODE>
to update the messages :
# make-messages.py -a
to compile the messages :
# compile-messages.py --settings="examples.settings"
Note that compile-messages.py and make-messages.py should be in your %PATH%.
Original comment by yann.ma...@gmail.com
on 29 May 2008 at 10:49
Original issue reported on code.google.com by
yann.ma...@gmail.com
on 27 May 2008 at 7:06