diff options
| author | Alexey Torkhov <atorkhov@gmail.com> | 2014-07-14 22:49:59 +0400 |
|---|---|---|
| committer | Alexey Torkhov <atorkhov@gmail.com> | 2014-07-14 22:49:59 +0400 |
| commit | 5e61602652b2963ee0ef2df30ac81f29c42d3415 (patch) | |
| tree | 43821c8d14ed7af898dc72e98c5e6c899a550705 /docs | |
| parent | 7a479d270d654f61fca00f8a27b64fd2bf99d35d (diff) | |
| download | pyramid-5e61602652b2963ee0ef2df30ac81f29c42d3415.tar.gz pyramid-5e61602652b2963ee0ef2df30ac81f29c42d3415.tar.bz2 pyramid-5e61602652b2963ee0ef2df30ac81f29c42d3415.zip | |
Update i18n.rst
To set output file for pot-create -o flag should be used, not redirect.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/i18n.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst index 1de2c8941..cb2cd049c 100644 --- a/docs/narr/i18n.rst +++ b/docs/narr/i18n.rst @@ -326,7 +326,7 @@ application. You run a ``pot-create`` command to extract the messages: $ cd /place/where/myapplication/setup.py/lives $ mkdir -p myapplication/locale - $ $VENV/bin/pot-create src > myapplication/locale/myapplication.pot + $ $VENV/bin/pot-create -o myapplication/locale/myapplication.pot src The message catalog ``.pot`` template will end up in: |
