Remove translation sections from setup.cfg

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

Change-Id: I8e6b9bb7f25fb722e2d78a781a03b48d9b658a47
This commit is contained in:
melissaml 2020-05-14 20:19:58 +08:00
parent 5863c2bdf6
commit e983bc3f32
2 changed files with 0 additions and 15 deletions

View File

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

View File

@ -58,17 +58,3 @@ openstack.congressclient.v1 =
congress_driver_schema_show = congressclient.osc.v1.driver:ShowDriverSchema
congress_driver_list = congressclient.osc.v1.driver:ListDrivers
congress_version_list = congressclient.osc.v1.api_versions:ListAPIVersions
[compile_catalog]
directory = congressclient/locale
domain = python-congressclient
[update_catalog]
domain = python-congressclient
output_dir = congressclient/locale
input_file = congressclient/locale/python-congressclient.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = congressclient/locale/python-congressclient.pot