From 66da8eaeef49db675b66e92336c947e6522e5f71 Mon Sep 17 00:00:00 2001 From: likui Date: Fri, 18 Sep 2020 14:05:43 +0800 Subject: [PATCH] Remove babel.cfg Remove babel.cfg and the translation bits from setup.cfg, those are not needed anymore. Change-Id: I444e018b52279ffed96158a96cf66123a0e6267b --- 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 15cd6cb76b..0000000000 --- a/babel.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[python: **.py] - diff --git a/setup.cfg b/setup.cfg index a8ee4f617d..4ff5456901 100644 --- a/setup.cfg +++ b/setup.cfg @@ -138,20 +138,6 @@ tag_build = tag_date = 0 tag_svn_revision = 0 -[compile_catalog] -directory = swift/locale -domain = swift - -[update_catalog] -domain = swift -output_dir = swift/locale -input_file = swift/locale/swift.pot - -[extract_messages] -keywords = _ l_ lazy_gettext -mapping_file = babel.cfg -output_file = swift/locale/swift.pot - [bdist_wheel] universal = 1