summaryrefslogtreecommitdiffstats
path: root/openstack/common/plugin
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-04-01 02:01:00 +0100
committerMark McLoughlin <markmc@redhat.com>2013-04-03 19:12:18 -0400
commitd8b66c7c1bb28672402f2bf1e410a1ee8fc4bfb6 (patch)
tree7a8e1b2bc3aa5bb351cfe620615beb13789109ad /openstack/common/plugin
parent05219b89b367b077a1e1f61a2767e71f7f44665a (diff)
downloadoslo-d8b66c7c1bb28672402f2bf1e410a1ee8fc4bfb6.tar.gz
oslo-d8b66c7c1bb28672402f2bf1e410a1ee8fc4bfb6.tar.xz
oslo-d8b66c7c1bb28672402f2bf1e410a1ee8fc4bfb6.zip
Add a gettextutils.install() helper function
Part of fixing bug #995287 Every top-level script in every project needs to call gettext.install() so that a _() builtin function is installed and strings are translated using the correct translation domain. However, translations are always installed in the default localedir (which is commonly '/usr/share/locale') and, in cases like devstack, may be found in a project-specific localedir. To support such a use case we should have project-specific environment variables for overriding the default value of localedir - e.g. NOVA_LOCALEDIR. Add a new gettextutils.install() helper method to make this as easy as possible for projects to get right. Change-Id: I6c8549c8ff00797c96f2dd4b0b5266d18d77aa19
Diffstat (limited to 'openstack/common/plugin')
0 files changed, 0 insertions, 0 deletions