Remove translation sections from setup.cfg

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

Change-Id: Ibfe10044fb9a545665d48f91691e00d62450c84f
This commit is contained in:
melissaml 2020-05-15 11:16:23 +08:00
parent 30996b9c92
commit 119b241f16
2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -28,17 +28,3 @@ packages =
[entry_points]
oslo.config.opts =
oslo.reports = oslo_reports.opts:list_opts
[compile_catalog]
directory = oslo_reports/locale
domain = oslo_reports
[update_catalog]
domain = oslo_reports
output_dir = oslo_reports/locale
input_file = oslo_reports/locale/oslo_reports.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = oslo_reports/locale/oslo_reports.pot