Remove translation sections from setup.cfg

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

Change-Id: I9c7e4f71328a0a9791a86c91ddc025594bd2ffe0
This commit is contained in:
melissaml 2020-05-15 11:16:23 +08:00
parent 6d80eba012
commit 22df2f6395
2 changed files with 0 additions and 15 deletions

View File

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

View File

@ -25,17 +25,3 @@ classifier =
[files]
packages =
oslo_i18n
[compile_catalog]
directory = oslo_i18n/locale
domain = oslo_i18n
[update_catalog]
domain = oslo_i18n
output_dir = oslo_i18n/locale
input_file = oslo_i18n/locale/oslo_i18n.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext _C:1c,2 _P:1,2
mapping_file = babel.cfg
output_file = oslo_i18n/locale/oslo_i18n.pot