Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: Ic97f0c22cd333593df049f61ba0316a07a0075e3
This commit is contained in:
parent
be1173e853
commit
649c9016ec
14
setup.cfg
14
setup.cfg
@ -43,17 +43,3 @@ console_scripts =
|
||||
hostmonitor.driver =
|
||||
simple = masakarimonitors.hostmonitor.host_handler.handle_host:HandleHost
|
||||
default = masakarimonitors.hostmonitor.host_handler.handle_host:HandleHost
|
||||
|
||||
[compile_catalog]
|
||||
directory = masakarimonitors/locale
|
||||
domain = masakarimonitors
|
||||
|
||||
[update_catalog]
|
||||
domain = masakarimonitors
|
||||
output_dir = masakarimonitors/locale
|
||||
input_file = masakarimonitors/locale/masakarimonitors.pot
|
||||
|
||||
[extract_messages]
|
||||
keywords = _ gettext ngettext l_ lazy_gettext
|
||||
mapping_file = babel.cfg
|
||||
output_file = masakarimonitors/locale/masakarimonitors.pot
|
||||
|
Loading…
Reference in New Issue
Block a user