From 22df2f6395c1426485a7cb97166601823f8a2a28 Mon Sep 17 00:00:00 2001 From: melissaml Date: Fri, 15 May 2020 11:16:23 +0800 Subject: Remove translation sections from setup.cfg These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: I9c7e4f71328a0a9791a86c91ddc025594bd2ffe0 --- 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 a0fce34..04e9dfe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,17 +25,3 @@ classifier = [files] packages = oslo_i18n - -[compile_catalog] -directory = oslo_i18n/locale -domain = oslo_i18n - -[update_catalog] -domain = oslo_i18n -output_dir = oslo_i18n/locale -input_file = oslo_i18n/locale/oslo_i18n.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext _C:1c,2 _P:1,2 -mapping_file = babel.cfg -output_file = oslo_i18n/locale/oslo_i18n.pot -- cgit v1.2.1