Update translation setup

Follow new infra setup for translations, see spec
http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html
for full details.

This basically renames
oslo.privsep/locale/oslo.privsep.pot to
oslo_privsep/locale/oslo_privsep.pot. For this we need to update
setup.cfg.

Update also domain name in i18n.py.

Change-Id: I72f8be0c6562741a2f7fb4d8171ec468e20716c5
This commit is contained in:
Andreas Jaeger 2016-01-29 11:50:10 +01:00
parent c97dd6d432
commit 39f1802ad7
8 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ See http://docs.openstack.org/developer/oslo.i18n/usage.html
import oslo_i18n
_translators = oslo_i18n.TranslatorFactory(domain='oslo.privsep')
_translators = oslo_i18n.TranslatorFactory(domain='oslo_privsep')
# The primary translation function using the well-known name "_"
_ = _translators.primary

View File

@ -40,17 +40,17 @@ upload-dir = doc/build/html
[compile_catalog]
directory = oslo.privsep/locale
domain = oslo.privsep
domain = oslo_privsep
[update_catalog]
domain = oslo.privsep
output_dir = oslo.privsep/locale
input_file = oslo.privsep/locale/oslo.privsep.pot
domain = oslo_privsep
output_dir = oslo_privsep/locale
input_file = oslo_privsep/locale/oslo_privsep.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = oslo.privsep/locale/oslo.privsep.pot
output_file = oslo_privsep/locale/oslo_privsep.pot
[wheel]
universal = true