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:
gugug 2020-05-19 23:56:19 +08:00
parent be1173e853
commit 649c9016ec
2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -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