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:
Takashi Kajinami 2024-01-21 23:37:06 +09:00
parent f907ec9c27
commit 70f037b1d9
1 changed files with 0 additions and 14 deletions

View File

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