summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-05-22 22:28:23 +0000
committerGerrit Code Review <review@openstack.org>2020-05-22 22:28:23 +0000
commit81146d1784c3de01152b6e0488ca60228b682e66 (patch)
tree32546af4938a2d295df41981aeca2248905b2c87
parentb3b1bd0d44202906e07e9ac3668992f5f4e42dad (diff)
parent9f025d08fff75541e8fb43a45c6b9c81a95718fe (diff)
downloadoslo-policy-81146d1784c3de01152b6e0488ca60228b682e66.tar.gz
Merge "Remove translation sections from setup.cfg"
-rw-r--r--babel.cfg2
-rw-r--r--setup.cfg14
2 files changed, 0 insertions, 16 deletions
diff --git a/babel.cfg b/babel.cfg
deleted file mode 100644
index 15cd6cb..0000000
--- a/babel.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-[python: **.py]
-
diff --git a/setup.cfg b/setup.cfg
index b94ba2d..700f8c1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -39,17 +39,3 @@ console_scripts =
oslo.policy.rule_checks =
http = oslo_policy._external:HttpCheck
https = oslo_policy._external:HttpsCheck
-
-[compile_catalog]
-directory = oslo_policy/locale
-domain = oslo_policy
-
-[update_catalog]
-domain = oslo_policy
-output_dir = oslo_policy/locale
-input_file = oslo_policy/locale/oslo_policy.pot
-
-[extract_messages]
-keywords = _ gettext ngettext l_ lazy_gettext
-mapping_file = babel.cfg
-output_file = oslo_policy/locale/oslo_policy.pot