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
This commit is contained in:
THOMAS J. COCOZZELLO 2015-09-08 14:28:01 -05:00
parent 6231459156
commit addaf2ac10
2 changed files with 5 additions and 5 deletions
python-keystoneclient/locale
setup.cfg

@ -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