Merge "Remove translation sections from setup.cfg"

This commit is contained in:
Zuul 2020-06-25 14:21:30 +00:00 committed by Gerrit Code Review
commit e74d6abfeb
2 changed files with 0 additions and 16 deletions

View File

@ -1,2 +0,0 @@
[python: **.py]

View File

@ -37,17 +37,3 @@ neutron.policies =
neutron-dynamic-routing = neutron_dynamic_routing.policies:list_rules neutron-dynamic-routing = neutron_dynamic_routing.policies:list_rules
neutron.service_plugins = neutron.service_plugins =
bgp = neutron_dynamic_routing.services.bgp.bgp_plugin:BgpPlugin 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