Remove translation sections from setup.cfg

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

Change-Id: Ie5be830d3b85d1fbbf9465ddf85d75fc7fe8bda0
This commit is contained in:
melissaml 2020-05-14 19:30:51 +08:00
parent f3f2425048
commit 673b9934f8
2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -90,17 +90,3 @@ openstack.container.v1 =
capsule_show = zunclient.osc.v1.capsules:ShowCapsule
capsule_list = zunclient.osc.v1.capsules:ListCapsule
capsule_delete = zunclient.osc.v1.capsules:DeleteCapsule
[compile_catalog]
directory = zunclient/locale
domain = zunclient
[update_catalog]
domain = zunclient
output_dir = zunclient/locale
input_file = zunclient/locale/zunclient.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = zunclient/locale/zunclient.pot