Remove translation sections from setup.cfg

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

Change-Id: I6777384b40a0e54381823e4738e8c7ae6433275c
This commit is contained in:
zhangbailin 2020-04-26 19:45:09 +08:00
parent 771dab06e6
commit e045686210
1 changed files with 0 additions and 13 deletions

View File

@ -53,16 +53,3 @@ cyborg.accelerator.driver =
oslo.config.opts =
cyborg = cyborg.conf.opts:list_opts
[compile_catalog]
directory = cyborg/locale
domain = cyborg
[update_catalog]
domain = cyborg
output_dir = cyborg/locale
input_file = cyborg/locale/cyborg.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
output_file = cyborg/locale/cyborg.pot