Update i18n domain to correct project name

The current oslo_i18n domain name is listed as oslo.versionedobjects

Change-Id: I493b66efbd83fb7704fe927866a24b765feb1576
This commit is contained in:
Steve Martinelli 2015-06-26 01:09:50 -04:00
parent 3411d7200f
commit 3443c7164e

View File

@ -19,7 +19,7 @@ See http://docs.openstack.org/developer/oslo.i18n/usage.html
import oslo_i18n
_translators = oslo_i18n.TranslatorFactory(domain='oslo.versionedobjects')
_translators = oslo_i18n.TranslatorFactory(domain='oslo.cache')
# The primary translation function using the well-known name "_"
_ = _translators.primary