summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-05-22 22:30:28 +0000
committerGerrit Code Review <review@openstack.org>2020-05-22 22:30:28 +0000
commit1dbab34a92e481b17aab0018842d7eeeaf367109 (patch)
tree067c6e3579def9a087afc47e80b0421e0a9c3f56
parentfa0f2d5734204682f4bacc35d5ff88a2c49563aa (diff)
parent6836944c9fee0a8f3b255b6c8b6267371f35859e (diff)
downloadoslo-utils-1dbab34a92e481b17aab0018842d7eeeaf367109.tar.gz
Merge "Remove translation sections from setup.cfg"
-rw-r--r--babel.cfg1
-rw-r--r--setup.cfg15
2 files changed, 0 insertions, 16 deletions
diff --git a/babel.cfg b/babel.cfg
deleted file mode 100644
index efceab8..0000000
--- a/babel.cfg
+++ /dev/null
@@ -1 +0,0 @@
-[python: **.py]
diff --git a/setup.cfg b/setup.cfg
index a875c91..f64a241 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,18 +23,3 @@ classifier =
[files]
packages =
oslo_utils
-
-[compile_catalog]
-directory = oslo_utils/locale
-domain = oslo_utils
-
-[update_catalog]
-domain = oslo_utils
-output_dir = oslo_utils/locale
-input_file = oslo_utils/locale/oslo_utils.pot
-
-[extract_messages]
-keywords = _ gettext ngettext l_ lazy_gettext
-mapping_file = babel.cfg
-output_file = oslo_utils/locale/oslo_utils.pot
-