diff options
| author | Akihiro Motoki <motoki@da.jp.nec.com> | 2016-01-28 23:46:21 +0900 |
|---|---|---|
| committer | Akihiro Motoki <motoki@da.jp.nec.com> | 2016-01-29 08:18:50 +0900 |
| commit | a6cd2dc13680c818c7053ef51526962639441b31 (patch) | |
| tree | 7effea3851a748820eb1a2e6e6cf962114745910 /setup.cfg | |
| parent | 636b4de6df77923424f7cac62322b546d65a5269 (diff) | |
| download | python-openstackclient-a6cd2dc13680c818c7053ef51526962639441b31.tar.gz | |
Update translation setup
Follow new infra setup for translations, see spec
http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html
for full details.
This basically renames
python-openstackclient/locale/python-openstackclient.pot to
openstackclient/locale/openstackclient.pot. For this we need to update
setup.cfg.
Update also domain name in i18n.py.
Change-Id: I89fad12f20775c8b7cd228348ff82a77488e6ab2
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 |
