5 Commits

Author SHA1 Message Date
loooosy
f4b6622407 Remove log translations
Log messages are no longer being translated.
This removes all use of the _LE, _LI, and _LW
translation markers to simplify logging and to
avoid confusion with new contributions.

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: Iec2ef31f8543d51c8b6e1aed53f950800813c30b
2017-07-11 02:40:05 +00:00
Andreas Jaeger
e9d00d16ae 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.concurrency/locale/oslo.concurrency.pot to
oslo_concurrency/locale/oslo_concurrency.pot. For this we need to update
setup.cfg.

Update also domain name in i18n.py.

Change-Id: Ie774c4252f8481f2541ed0a2cad565d149dfcc72
2016-01-28 20:41:28 +01:00
Ian Cordasco
343e3bd0e1 Drop use of namespaced oslo.i18n
Related-blueprint: drop-namespace-packages

Change-Id: Ic8247cb896ba6337932d7a74618debd698584fa0
2015-01-30 19:33:09 -06:00
Doug Hellmann
a4142665bc Correct the translation domain for loading messages
Change-Id: If7fa8fd1915378bda3fc6e361049c2d90cdec8af
2014-12-22 11:16:50 -05:00
Doug Hellmann
bca4a0d827 Move out of the oslo namespace package
Move the public API out of oslo.concurrency to oslo_concurrency. Retain
the ability to import from the old namespace package for backwards
compatibility for this release cycle.

bp/drop-namespace-packages

Change-Id: I20d1647b1c3ef8cab3b69eccfe168eeb01703b72
2014-11-14 17:17:25 -05:00