Correct the translation domain for loading messages

Change-Id: If7fa8fd1915378bda3fc6e361049c2d90cdec8af
This commit is contained in:
Doug Hellmann 2014-12-22 11:17:54 -05:00
parent 1215edcb8d
commit 582c7183ca

View File

@ -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