Commit Graph

3 Commits

Author SHA1 Message Date
chenlx f501b618fb 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: I8c1652b5758fcc881a32f507b51f8569561e677d
2017-07-28 09:50:08 +00:00
Hangdong Zhang c7a1f6dada Update the documentation link for doc migration
Change-Id: If32cf6212c18f2c5f7e784f069e4178cb38677c0
BTW: Do some optimization as well (http -> https)
2017-07-20 18:19:18 +08:00
Davanum Srinivas 4435e8ded9 Setup for translation
To start translation, we need to initially import the
translation file - and place it at the proper place so that
the usual CI scripts can handle it.

The proper place is for all python projects
$PROJECT/locale/$PROJECT.pot - see setup.cfg.

Note that we should be using our own i18n.py
module per best practices:
http://docs.openstack.org/developer/oslo.i18n/usage.html#creating-an-integration-module

Further imports will be done by the OpenStack Proposal bot.

implements blueprint magnum-i18n-support
Change-Id: Id9f5b08835a4780a8448c989a878c03b70a97803
2015-05-14 20:26:10 -04:00