Remove translation sections from setup.cfg

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

Change-Id: Ie53669dcc1339ab33a9a2ed152d5230140f7c9b1
This commit is contained in:
melissaml 2020-05-14 19:08:01 +08:00
parent 7098c66515
commit 6caab81d4f
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]
sushy.resources.system.oems =
contoso = sushy.resources.oem.fake:get_extension
[compile_catalog]
directory = sushy/locale
domain = sushy
[update_catalog]
domain = sushy
output_dir = sushy/locale
input_file = sushy/locale/sushy.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = sushy/locale/sushy.pot