summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-10-01 13:43:54 -0700
committerSteve Piercy <web@stevepiercy.com>2015-10-01 13:46:49 -0700
commit02801e33f5a11d069921e1a16933a0225fad45bc (patch)
treeed3a4018f16d1f536353e4d963160cc72566ddba /docs
parent0d427762c4aed207ba0630b17921ae7f8165ddf9 (diff)
downloadpyramid-02801e33f5a11d069921e1a16933a0225fad45bc.tar.gz
pyramid-02801e33f5a11d069921e1a16933a0225fad45bc.tar.bz2
pyramid-02801e33f5a11d069921e1a16933a0225fad45bc.zip
wrap to 79 chars
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/i18n.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst
index 8d81418d9..7b6903d01 100644
--- a/docs/narr/i18n.rst
+++ b/docs/narr/i18n.rst
@@ -403,10 +403,11 @@ command from Gettext:
$ cd /place/where/myapplication/setup.py/lives
$ msgfmt -o myapplication/locale/es/LC_MESSAGES/myapplication.mo myapplication/locale/es/LC_MESSAGES/myapplication.po
-This will create a ``.mo`` file for each ``.po`` file in your
-application. As long as the :term:`translation directory` in which
-the ``.mo`` file ends up in is configured into your application (see :ref:`adding_a_translation_directory`), these
-translations will be available to :app:`Pyramid`.
+This will create a ``.mo`` file for each ``.po`` file in your application. As
+long as the :term:`translation directory` in which the ``.mo`` file ends up in
+is configured into your application (see
+:ref:`adding_a_translation_directory`), these translations will be available
+to :app:`Pyramid`.
.. index::
single: localizer