Change i18n references
Update i18n references. Change-Id: I51a580a86b99f890d1a5722518754c67b83a87e9
This commit is contained in:
parent
6d09259f9c
commit
646d249182
@ -13,8 +13,8 @@
|
||||
import gettext
|
||||
import os
|
||||
|
||||
_localedir = os.environ.get('heat-translator'.upper() + '_LOCALEDIR')
|
||||
_t = gettext.translation('heat-translator', localedir=_localedir,
|
||||
_localedir = os.environ.get('tosca-parser'.upper() + '_LOCALEDIR')
|
||||
_t = gettext.translation('tosca-parser', localedir=_localedir,
|
||||
fallback=True)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user