From 955de570ebfa4c3f9fa9d291fc95b1a085980c65 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 9 May 2020 14:01:05 +0200 Subject: [PATCH] Remove unneeded babel.cfg etc The file babel.cfg and the sections in setup.cfg are not needed anymore, translations will be done without these. Change-Id: Id5f515e01cb68ac0da875da52598704270c9cafb --- babel.cfg | 2 -- setup.cfg | 14 -------------- 2 files changed, 16 deletions(-) delete mode 100644 babel.cfg diff --git a/babel.cfg b/babel.cfg deleted file mode 100644 index 15cd6cb7..00000000 --- a/babel.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[python: **.py] - diff --git a/setup.cfg b/setup.cfg index e8676abd..0c0a1be2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,17 +39,3 @@ mongo = pymongo!=3.1,>=3.0.2 # Apache-2.0 etcd3gw = etcd3gw>=0.2.0 # Apache-2.0 - -[compile_catalog] -directory = oslo_cache/locale -domain = oslo_cache - -[update_catalog] -domain = oslo_cache -output_dir = oslo_cache/locale -input_file = oslo_cache/locale/oslo_cache.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = oslo_cache/locale/oslo_cache.pot