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:
parent
3411d7200f
commit
3443c7164e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user