Remove translation sections from setup.cfg

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

Change-Id: I7eb99b96ea1e9a1a96e28c53760d9d747670d6e4
This commit is contained in:
Takashi Kajinami 2024-01-20 18:52:11 +09:00
parent 75228edb41
commit 8549c88e8c
2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -59,17 +59,3 @@ console_scripts =
neutron-fwaas-migrate-v1-to-v2 = neutron_fwaas.cmd.v1_to_v2_db_migration:main
neutron.status.upgrade.checks =
neutron_fwaas = neutron_fwaas.cmd.upgrade_checks.checks:Checks
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = neutron_fwaas/locale/neutron_fwaas.pot
[compile_catalog]
directory = neutron_fwaas/locale
domain = neutron_fwaas
[update_catalog]
domain = neutron_fwaas
output_dir = neutron_fwaas/locale
input_file = neutron_fwaas/locale/neutron_fwaas.pot