Remove translation sections from setup.cfg

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

Change-Id: Ic174a440162d0f3f429bad94b2300ae22f4cfd83
This commit is contained in:
melissaml 2020-05-14 17:37:55 +08:00
parent ceb5a49729
commit 62ccb036bd
2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -29,17 +29,3 @@ packages =
console_scripts =
bifrost_inventory.py = bifrost.inventory:main
bifrost_inventory = bifrost.inventory:main
[compile_catalog]
directory = bifrost/locale
domain = bifrost
[update_catalog]
domain = bifrost
output_dir = bifrost/locale
input_file = bifrost/locale/bifrost.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = bifrost/locale/bifrost.pot