Re-enable lazy translation
After enhancements to Oslo Message class, re-enable lazy translation to enable REST API responses to be translated to the requested user locale. bp i18n-messages Change-Id: I80272fb0d063a78882611b3044c920e28cc57d6b
This commit is contained in:
parent
13dc283bf5
commit
5c36028a8c
@ -28,7 +28,7 @@ from neutron.common import config
|
||||
from neutron import service
|
||||
|
||||
from neutron.openstack.common import gettextutils
|
||||
gettextutils.install('neutron', lazy=False)
|
||||
gettextutils.install('neutron', lazy=True)
|
||||
|
||||
|
||||
def main():
|
||||
|
Loading…
Reference in New Issue
Block a user