diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-01-31 05:45:19 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-01-31 05:45:19 +0000 |
| commit | 973458600bf5efbbe9228b31ad96568cbe0f2a73 (patch) | |
| tree | ac1385d9d637cd908c7524bffbdcc5898f97bc14 /openstackclient/i18n.py | |
| parent | 5032dbc8074d5133c6b71610cd57d3c8da07c9b9 (diff) | |
| parent | a6cd2dc13680c818c7053ef51526962639441b31 (diff) | |
| download | python-openstackclient-973458600bf5efbbe9228b31ad96568cbe0f2a73.tar.gz | |
Merge "Update translation setup"
Diffstat (limited to 'openstackclient/i18n.py')
| -rw-r--r-- | openstackclient/i18n.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/i18n.py b/openstackclient/i18n.py index 3a11c1d0..1d09772c 100644 --- a/openstackclient/i18n.py +++ b/openstackclient/i18n.py @@ -15,7 +15,7 @@ import oslo_i18n -_translators = oslo_i18n.TranslatorFactory(domain='python-openstackclient') +_translators = oslo_i18n.TranslatorFactory(domain='openstackclient') # The primary translation function using the well-known name "_" _ = _translators.primary |
