From 9a0e375c4e5d59f9cd12e8bd1f21aac603466a3a Mon Sep 17 00:00:00 2001 From: melissaml Date: Fri, 15 May 2020 01:38:10 +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: Iabd5a7c74c3e09175919bbd4fd62b834667b961c --- 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 74936256..bf30b77a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,17 +37,3 @@ neutron.policies = neutron-dynamic-routing = neutron_dynamic_routing.policies:list_rules neutron.service_plugins = bgp = neutron_dynamic_routing.services.bgp.bgp_plugin:BgpPlugin - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = neutron_dynamic_routing/locale/neutron_dynamic_routing.pot - -[compile_catalog] -directory = neutron_dynamic_routing/locale -domain = neutron_dynamic_routing - -[update_catalog] -domain = neutron_dynamic_routing -output_dir = neutron_dynamic_routing/locale -input_file = neutron_dynamic_routing/locale/neutron_dynamic_routing.pot