Remove translation sections from setup.cfg

These translation sections are not needed anymore, Babel can
generate translation files without them.

Change-Id: Ib7642265a7d4f95427c38b8576b0f7fa199ce39f
This commit is contained in:
jacky06 2020-05-15 01:01:13 +08:00 committed by Jake Yip
parent 1e38167fad
commit 7b9cde990a
1 changed files with 0 additions and 14 deletions

View File

@ -28,20 +28,6 @@ data_files =
packages =
magnum
[compile_catalog]
directory = magnum/locale
domain = magnum
[update_catalog]
domain = magnum
output_dir = magnum/locale
input_file = magnum/locale/magnum.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
output_file = magnum/locale/magnum.pot
[entry_points]
console_scripts =
magnum-api = magnum.cmd.api:main