summaryrefslogtreecommitdiff
path: root/oslo_i18n/_i18n.py
Commit message (Collapse)AuthorAgeFilesLines
* Update translation setup3.3.0Akihiro Motoki2016-01-311-1/+1
| | | | | | | | | | | | | | | | 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.i18n/locale/oslo.i18n.pot to oslo_i18n/locale/oslo_i18n.pot. For this we need to update setup.cfg. Update also domain name in _i18n.py. Update unit test to adapt to domain name change. Change-Id: Ie016591a38dc0a83aadde501f882ee7849fa0c4f
* Correct the translation domain for loading messages1.2.0Doug Hellmann2014-12-221-1/+1
| | | | Change-Id: If7fa8fd1915378bda3fc6e361049c2d90cdec8af
* Move out of the oslo namespace packageDoug Hellmann2014-12-181-0/+25
Move the public API out of oslo.i18n to oslo_i18n. Retain the ability to import from the old namespace package for backwards compatibility for this release cycle. bp/drop-namespace-packages Change-Id: I800f121c271d8e69f6e776c4aef509bbb8008170