Chris McDonough
2011-01-30 eea7b42a57fe75dc82629b90be3f2546fb8dc4bd
fix too-long lines
1 files modified
6 ■■■■■ changed files
docs/narr/i18n.rst 6 ●●●●● patch | view | raw | blame | history
docs/narr/i18n.rst
@@ -344,7 +344,8 @@
   $ mkdir -p myapplication/locale
   $ python setup.py extract_messages
The message catalog ``.pot`` template will end up in
The message catalog ``.pot`` template will end up in:
``myapplication/locale/myapplication.pot``.
Translation Domains
@@ -432,7 +433,8 @@
   $ cd /place/where/myapplication/setup.py/lives
   $ python setup.py init_catalog -l es
By default, the message catalog ``.po`` file will end up in
By default, the message catalog ``.po`` file will end up in:
``myapplication/locale/es/LC_MESSAGES/myapplication.po``.
Once the file is there, it can be worked on by a human translator.