Remove translation sections from setup.cfg

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

Change-Id: Id52745f4751a62c53afbde94038b18b614f9b2dd
This commit is contained in:
melissaml 2020-05-14 18:53:59 +08:00 committed by Brian Haley
parent 9a1d6d3585
commit 2f610b9534
2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -106,17 +106,3 @@ oslo.policy.enforcer =
octavia = octavia.common.policy:get_no_context_enforcer
oslo.middleware.healthcheck =
octavia_db_check = octavia.api.healthcheck.healthcheck_plugins:OctaviaDBHealthcheck
[compile_catalog]
directory = octavia/locale
domain = octavia
[update_catalog]
domain = octavia
output_dir = octavia/locale
input_file = octavia/locale/octavia.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = octavia/locale/octavia.pot