summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-30 17:24:36 -0500
committerChris McDonough <chrism@plope.com>2011-01-30 17:24:36 -0500
commiteea7b42a57fe75dc82629b90be3f2546fb8dc4bd (patch)
treeef3dc60945aad03155134e4113ea4e27a94a6db7 /docs
parent740e17af628e4ea9685fb00d079627e992f899d8 (diff)
downloadpyramid-eea7b42a57fe75dc82629b90be3f2546fb8dc4bd.tar.gz
pyramid-eea7b42a57fe75dc82629b90be3f2546fb8dc4bd.tar.bz2
pyramid-eea7b42a57fe75dc82629b90be3f2546fb8dc4bd.zip
fix too-long lines
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/i18n.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst
index 141b04704..e7a4f61c0 100644
--- a/docs/narr/i18n.rst
+++ b/docs/narr/i18n.rst
@@ -344,7 +344,8 @@ which reside in your :app:`Pyramid` application. You run a
$ 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 @@ init_catalog`` command:
$ 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.