Remove translation sections from setup.cfg

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

Change-Id: I50f4af86556f9873df395f6469febdc1908311ae
This commit is contained in:
melissaml 2020-05-14 17:17:39 +08:00
parent a5d120c8c3
commit c38465eaa8
2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -183,20 +183,6 @@ tag_build =
tag_date = 0
tag_svn_revision = 0
[compile_catalog]
directory = ironic/locale
domain = ironic
[update_catalog]
domain = ironic
output_dir = ironic/locale
input_file = ironic/locale/ironic.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = ironic/locale/ironic.pot
[extras]
guru_meditation_reports =
oslo.reports>=1.18.0 # Apache-2.0