Remove translation sections from setup.cfg

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

Change-Id: I0191aab0e89f12c2d1c62f9f35988307ce416e31
This commit is contained in:
melissaml 2020-05-15 12:08:02 +08:00 committed by Stephen Finucane
parent 872d02b23c
commit 2891d3b8bb
2 changed files with 0 additions and 17 deletions

View File

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

View File

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