Chris Rossi
2013-01-24 c969d7356530bdd3bde152956c5a084623bef16f
Use the package subfolder rather than '.' in the message_extractors
config value. Using '.' may cause 'extract_messages' to extract
messages from all of your libraries when you really only want it to
extract from your project.
1 files modified
2 ■■■ changed files
docs/narr/i18n.rst 2 ●●● patch | view | raw | blame | history
docs/narr/i18n.rst
@@ -319,7 +319,7 @@
                'Babel',
                'lingua',
                ],
          message_extractors = { '.': [
          message_extractors = { 'mypackage': [
                ('**.py',   'lingua_python', None ),
                ('**.pt',   'lingua_xml', None ),
                ]},