Remove translation sections from setup.cfg

These translation sections are not needed anymore, Babel can
generate translation files without them.

Change-Id: I102c9ad3804705659d54c537681b525e1f8cc05d
This commit is contained in:
gugug 2020-05-27 22:43:15 +08:00
parent ba05201e0e
commit 57fc472b33
2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -263,17 +263,3 @@ neutron.objects =
Trunk = neutron.objects.trunk:Trunk
neutron.status.upgrade.checks =
neutron = neutron.cmd.upgrade_checks.checks:CoreChecks
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = neutron/locale/neutron.pot
[compile_catalog]
directory = neutron/locale
domain = neutron neutron-log-error neutron-log-info neutron-log-warning
[update_catalog]
domain = neutron
output_dir = neutron/locale
input_file = neutron/locale/neutron.pot