diff options
author | THOMAS J. COCOZZELLO <tjcocozz@us.ibm.com> | 2015-09-08 14:28:01 -0500 |
---|---|---|
committer | THOMAS J. COCOZZELLO <tjcocozz@us.ibm.com> | 2015-09-10 11:04:33 -0500 |
commit | addaf2ac106950099e36000c481f4810681d58fe (patch) | |
tree | b06bea92220dee824ecac6d4e422ac5ce8a3ff51 /setup.cfg | |
parent | 6231459156c7ffcea574efb2e01ce0b5ec78d9ac (diff) | |
download | python-keystoneclient-addaf2ac106950099e36000c481f4810681d58fe.tar.gz |
Move pot file for traslation
The .pot file was named incorrectly and in the wrong location so the
traslations were not getting generated.
Change-Id: Iafd2b7f06dd840fa0505729a9fc898e7e281c50c
Closes-Bug: 1493484
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -56,18 +56,18 @@ autodoc_tree_excludes = upload-dir = doc/build/html [compile_catalog] -directory = keystoneclient/locale -domain = keystoneclient +directory = python-keystoneclient/locale +domain = python-keystoneclient [update_catalog] domain = keystoneclient -output_dir = keystoneclient/locale -input_file = keystoneclient/locale/keystoneclient.pot +output_dir = python-keystoneclient/locale +input_file = python-keystoneclient/locale/python-keystoneclient.pot [extract_messages] keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg -output_file = keystoneclient/locale/keystoneclient.pot +output_file = python-keystoneclient/locale/python-keystoneclient.pot [wheel] universal = 1 |