Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: Ief444d81e6a70960d40463568ab608c0991eba61
This commit is contained in:
parent
f907ec9c27
commit
70f037b1d9
14
setup.cfg
14
setup.cfg
@ -28,17 +28,3 @@ packages =
|
||||
console_scripts =
|
||||
sushy-emulator = sushy_tools.emulator.main:main
|
||||
sushy-static = sushy_tools.static.main:main
|
||||
|
||||
[compile_catalog]
|
||||
directory = sushy_tools/locale
|
||||
domain = sushy_tools
|
||||
|
||||
[update_catalog]
|
||||
domain = sushy_tools
|
||||
output_dir = sushy_tools/locale
|
||||
input_file = sushy_tools/locale/sushy_tools.pot
|
||||
|
||||
[extract_messages]
|
||||
keywords = _ gettext ngettext l_ lazy_gettext
|
||||
mapping_file = babel.cfg
|
||||
output_file = sushy_tools/locale/sushy_tools.pot
|
||||
|
Loading…
Reference in New Issue
Block a user