summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-06 18:04:20 +0000
committerGerrit Code Review <review@openstack.org>2017-07-06 18:04:20 +0000
commite19ca8a49391b4b4ca29435304efb83af2ea7ad3 (patch)
tree8c1a4e1460be5e5d5817c3338f0e84e62f9a2ce4
parent4b19d71cc9ec30094b7123fd999e9ef4becc0f31 (diff)
parentd5e3652d12210df1625b854749e9552b6e3f315e (diff)
downloadoslo-config-e19ca8a49391b4b4ca29435304efb83af2ea7ad3.tar.gz
Merge "Remove log translations"
-rw-r--r--oslo_config/_i18n.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/oslo_config/_i18n.py b/oslo_config/_i18n.py
index 21f8c86..2145c5a 100644
--- a/oslo_config/_i18n.py
+++ b/oslo_config/_i18n.py
@@ -35,16 +35,6 @@ _C = _translators.contextual_form
# requires oslo.i18n >=2.1.0
_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 get_available_languages():
return oslo_i18n.get_available_languages(DOMAIN)