summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-05-09 16:43:35 +0200
committerAndreas Jaeger <aj@suse.com>2020-05-09 16:43:35 +0200
commit19fee9b65baf8d434274aae06ba9e6f7d0b662f9 (patch)
treeb070825cd737e53de3a363163bda1833376a2c7a
parentc5e0dfedf9a3e5a847a5e01bb81db8ce6e3d042d (diff)
downloadoslo-concurrency-19fee9b65baf8d434274aae06ba9e6f7d0b662f9.tar.gz
Remove babel.cfg etc
Remove babel.cfg and the translation bits from setup.cfg, those are not needed anymore. Change-Id: If499be5ddd217141d2527fbf9b20532590e5bd80
-rw-r--r--babel.cfg1
-rw-r--r--setup.cfg14
2 files changed, 0 insertions, 15 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 ce95a4a..9853613 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,17 +30,3 @@ oslo.config.opts =
oslo.concurrency = oslo_concurrency.opts:list_opts
console_scripts =
lockutils-wrapper = oslo_concurrency.lockutils:main
-
-[compile_catalog]
-directory = oslo_concurrency/locale
-domain = oslo_concurrency
-
-[update_catalog]
-domain = oslo_concurrency
-output_dir = oslo_concurrency/locale
-input_file = oslo_concurrency/locale/oslo_concurrency.pot
-
-[extract_messages]
-keywords = _ gettext ngettext l_ lazy_gettext
-mapping_file = babel.cfg
-output_file = oslo_concurrency/locale/oslo_concurrency.pot