4 Commits

Author SHA1 Message Date
hnyang
2c9258b4ed 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: Ibfe04fd84dc50d5d4ad6ad6736e6d8b74c8e41b4
Closes-Bug: 1674577
2017-12-29 11:31:37 -06:00
ChangBo Guo(gcb)
02531ea9e4 Update URLs in documents according to document migration
Change-Id: I4aba61ee6e6b27e9b1e49adcc3a55c857211ad1b
2017-07-13 10:00:49 +08:00
Akihiro Motoki
f641d59129 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.versionedobjects/locale/oslo.versionedobjects.pot to
oslo_versionedobjects/locale/oslo_versionedobjects.pot. For this we need to update
setup.cfg.

Update also domain name in _i18n.py.

Change-Id: Idf4612ca6833b516576e169ad9ff0d111d75112e
2016-01-30 00:27:03 +09:00
Doug Hellmann
1e146a916e clean up and get most test running
Remove extraneous utility code and tests.

Skip tests related to remote object verification until we can rewrite
them (see the adopt-oslo-versionedobjects spec for details).

Fix pep8 errors.

Update requirements.

Set python's hash seed in tox.ini for tests that compare things that
might come out in a different order.
2015-02-02 16:24:14 -05:00