Fix the wrong i18n domain definition
Change-Id: Ie139524a843f0751defb3a0783d61348f3e0a41e
This commit is contained in:
parent
15a9334518
commit
23476404c4
@ -20,7 +20,7 @@ See http://docs.openstack.org/developer/oslo.i18n/usage.html
|
||||
|
||||
import oslo_i18n
|
||||
|
||||
DOMAIN = 'aodh'
|
||||
DOMAIN = 'terracotta'
|
||||
|
||||
_translators = oslo_i18n.TranslatorFactory(domain=DOMAIN)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user