diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-01-31 05:45:19 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-01-31 05:45:19 +0000 |
| commit | 973458600bf5efbbe9228b31ad96568cbe0f2a73 (patch) | |
| tree | ac1385d9d637cd908c7524bffbdcc5898f97bc14 /setup.cfg | |
| parent | 5032dbc8074d5133c6b71610cd57d3c8da07c9b9 (diff) | |
| parent | a6cd2dc13680c818c7053ef51526962639441b31 (diff) | |
| download | python-openstackclient-973458600bf5efbbe9228b31ad96568cbe0f2a73.tar.gz | |
Merge "Update translation setup"
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -447,13 +447,13 @@ universal = 1 [extract_messages] keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg -output_file = python-openstackclient/locale/python-openstackclient.pot +output_file = openstackclient/locale/openstackclient.pot [update_catalog] -domain = python-openstackclient -output_dir = python-openstackclient/locale -input_file = python-openstackclient/locale/python-openstackclient.pot +domain = openstackclient +output_dir = openstackclient/locale +input_file = openstackclient/locale/openstackclient.pot [compile_catalog] -directory = python-openstackclient/locale -domain = python-openstackclient +directory = openstackclient/locale +domain = openstackclient |
