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:
parent
ceb5a49729
commit
62ccb036bd
14
setup.cfg
14
setup.cfg
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user