Remove log translations and hacking

Log translation is no longer used, remove translate functions

Change-Id: Ibe205266debd6d39dab0a652a327ab19081ff27a
This commit is contained in:
Ngo Quoc Cuong
2017-05-23 16:12:26 +07:00
parent 32dacdca8b
commit 17aa1122da
3 changed files with 2 additions and 34 deletions

View File

@@ -32,16 +32,6 @@ _C = _translators.contextual_form
# The plural translation function using the name "_P"
_P = _translators.plural_form
# Translators for log levels.
#
# The abbreviated names are meant to reflect the usual use of a short
# name like '_'. The "L" is for "log" and the other letter comes from
# the level.
_LI = _translators.log_info
_LW = _translators.log_warning
_LE = _translators.log_error
_LC = _translators.log_critical
def lazy_translation_enabled():
return _lazy.USE_LAZY