Remove translation sections from setup.cfg

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

Change-Id: I6560c3ab26008862b49b63fe73147a9ef2861341
This commit is contained in:
jacky06 2020-05-15 01:04:40 +08:00
parent 6b28edec64
commit da3d40cb88
2 changed files with 0 additions and 20 deletions

View File

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

View File

@ -67,22 +67,3 @@ kolla.cli =
service_listgroups = kolla_cli.commands.service:ServiceListGroups
service_removegroup = kolla_cli.commands.service:ServiceRemoveGroup
setdeploy = kolla_cli.commands.mode:Setdeploy
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = kolla-cli/locale/kolla-cli.pot
[update_catalog]
domain = kolla-cli
output_dir = kolla-cli/locale
input_file = kolla-cli/locale/kolla-cli.pot
[compile_catalog]
directory = kolla-cli/locale
domain = kolla-cli
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source