summaryrefslogtreecommitdiff
path: root/oslo_messaging/_i18n.py
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-01-29 11:34:55 +0100
committerAndreas Jaeger <jaegerandi@gmail.com>2016-01-29 10:39:35 +0000
commite32560e9ebb2733b115b112d1064ec9248f67b8a (patch)
treea5906a6fef7f786c8f5fb59f0ef9ab2e95221d18 /oslo_messaging/_i18n.py
parentb7d70c42bd8124c9f657addb887c875d16fb40a7 (diff)
downloadoslo-messaging-e32560e9ebb2733b115b112d1064ec9248f67b8a.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.messaging/locale/oslo.messaging.pot to oslo_messaging/locale/oslo_messaging.pot. For this we need to update setup.cfg. Update also domain name in i18n.py. Change-Id: Idf5300224f572d29953261ac998e7bf32a12822d
Diffstat (limited to 'oslo_messaging/_i18n.py')
-rw-r--r--oslo_messaging/_i18n.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_messaging/_i18n.py b/oslo_messaging/_i18n.py
index a012b58..cc3835c 100644
--- a/oslo_messaging/_i18n.py
+++ b/oslo_messaging/_i18n.py
@@ -19,7 +19,7 @@ See http://docs.openstack.org/developer/oslo.i18n/usage.html
import oslo_i18n
-_translators = oslo_i18n.TranslatorFactory(domain='oslo.messaging')
+_translators = oslo_i18n.TranslatorFactory(domain='oslo_messaging')
# The primary translation function using the well-known name "_"
_ = _translators.primary