summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2014-12-22 11:17:54 -0500
committerDoug Hellmann <doug@doughellmann.com>2014-12-22 11:17:54 -0500
commit582c7183cab87b449acee5775deb12677a0b0cee (patch)
tree046e3e353b72f32938590df478464b6532460be3
parent1215edcb8da4d616e0f84ea9c2cfd7cb46d882ea (diff)
downloadoslo-i18n-1.2.0.tar.gz
Correct the translation domain for loading messages1.2.0
Change-Id: If7fa8fd1915378bda3fc6e361049c2d90cdec8af
-rw-r--r--oslo_i18n/_i18n.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_i18n/_i18n.py b/oslo_i18n/_i18n.py
index 7755571..72cdb3c 100644
--- a/oslo_i18n/_i18n.py
+++ b/oslo_i18n/_i18n.py
@@ -19,7 +19,7 @@
from oslo_i18n import _factory
# Create the global translation functions.
-_translators = _factory.TranslatorFactory('oslo_i18n')
+_translators = _factory.TranslatorFactory('oslo.i18n')
# The primary translation function using the well-known name "_"
_ = _translators.primary