From 19fee9b65baf8d434274aae06ba9e6f7d0b662f9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 9 May 2020 16:43:35 +0200 Subject: [PATCH] Remove babel.cfg etc Remove babel.cfg and the translation bits from setup.cfg, those are not needed anymore. Change-Id: If499be5ddd217141d2527fbf9b20532590e5bd80 --- babel.cfg | 1 - setup.cfg | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 babel.cfg 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