glance/tools
Pranali Deore 6eebebc80b Replace '_' with '_LI', '_LE', '_LW', '_LC'
oslo.i18n uses different marker functions to separate the
translatable messages into different catalogs, which the translation
teams can prioritize translating. For details, please refer to:
http://docs.openstack.org/developer/oslo.i18n/guidelines.html#guidelines-for-use-in-openstack

Added hacking rules for warning, info, critical, error and exception
about checking translation for log messages and fixed for below cases only,
1. LOG.error(_(""))
2. LOG.info(_(""))
3. LOG.exception(_(""))
4. LOG.critical(_(""))
5. LOG.warning(_(""))

Below scenario is not handled in this patch,
If message is passed to LOG call using separate variable,
ex.
    msg = (_("")
    LOG.error(msg)

Change-Id: Idbf8779cdfc41ca1424bebcd101096bec482872f
2014-12-19 02:34:55 -08:00
..
colorizer.py hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02:00
install_venv_common.py Update glance.openstack.common 2014-10-16 11:12:18 +08:00
install_venv.py To fixes import error for run_tests.sh 2014-04-29 13:12:23 +08:00
migrate_image_owners.py Replace '_' with '_LI', '_LE', '_LW', '_LC' 2014-12-19 02:34:55 -08:00
with_venv.sh Enclose command args in with_venv.sh 2013-09-20 05:50:40 +08:00