Remove translation sections from setup.cfg

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

Change-Id: I9cf0d090b6360c32de3882f30e673512e2d6be88
This commit is contained in:
melissaml 2020-05-15 11:28:52 +08:00
parent f511ca0b92
commit 6836944c9f
2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -23,18 +23,3 @@ classifier =
[files]
packages =
oslo_utils
[compile_catalog]
directory = oslo_utils/locale
domain = oslo_utils
[update_catalog]
domain = oslo_utils
output_dir = oslo_utils/locale
input_file = oslo_utils/locale/oslo_utils.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = oslo_utils/locale/oslo_utils.pot