From 16e266cc35379896ff79224940407f4bee46a62e Mon Sep 17 00:00:00 2001 From: melissaml Date: Fri, 15 May 2020 11:28:52 +0800 Subject: [PATCH] Remove translation sections from setup.cfg These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: I0fead552734b5c5214d9c32429fb2ff905080aca --- 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 2da0089..3d464b5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,17 +24,3 @@ classifier = [files] packages = oslo_serialization - -[compile_catalog] -directory = oslo.serialization/locale -domain = oslo.serialization - -[update_catalog] -domain = oslo.serialization -output_dir = oslo.serialization/locale -input_file = oslo.serialization/locale/oslo.serialization.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = oslo.serialization/locale/oslo.serialization.pot