summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAkihiro Motoki <motoki@da.jp.nec.com>2016-01-29 08:03:49 +0900
committerAkihiro Motoki <motoki@da.jp.nec.com>2016-01-29 08:35:53 +0900
commit21fbb7e829164db82e921dabc14234ddf5f02e4b (patch)
tree31c915746521b3797e5cde9cf6c8716d5f118b09 /setup.cfg
parent866ce629bc8675cdd31ab3b9d9a28e49eacc9a60 (diff)
downloadoslo-utils-21fbb7e829164db82e921dabc14234ddf5f02e4b.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 oslo.utils/locale/oslo.utils.pot to oslo_utils/locale/oslo_utils.pot. For this we need to update setup.cfg. Update also domain name in _i18n.py. Change-Id: Ie4837571b06dd08da9676bf6a3f6eca932559fb1
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg12
1 files changed, 6 insertions, 6 deletions
diff --git a/setup.cfg b/setup.cfg
index 6930539..524b9cc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -34,18 +34,18 @@ all_files = 1
upload-dir = doc/build/html
[compile_catalog]
-directory = oslo.utils/locale
-domain = oslo.utils
+directory = oslo_utils/locale
+domain = oslo_utils
[update_catalog]
-domain = oslo.utils
-output_dir = oslo.utils/locale
-input_file = oslo.utils/locale/oslo.utils.pot
+domain = oslo_utils
+output_dir = oslo_utils/locale
+input_file = oslo_utils/locale/oslo_utils.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
-output_file = oslo.utils/locale/oslo.utils.pot
+output_file = oslo_utils/locale/oslo_utils.pot
[wheel]
universal = 1