0cdbbf669d
Log messages are no longer being translated. This removes all use of the _LC, _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: Ic415d098199afb300eb7bd9967bf4a9acb457aec
390 B
390 B
masakari-monitors Style Commandments
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
masakari-monitors Specific Commandments ------------------------------
- [M301] Ensure that the _() function is explicitly imported to ensure proper translations.
- [M302] Validate that log messages are not translated.