Remove translation sections from setup.cfg

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

Remove babel.cfg as well, this is the default role and not needed
anymore.

Change-Id: Ib240beb075ef8db5ba659dae8487b85d59efb355
This commit is contained in:
wu.chunyang 2020-06-15 23:30:59 +08:00
parent d8fb2d1030
commit 7153763b9e
2 changed files with 0 additions and 15 deletions

View File

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

View File

@ -58,16 +58,3 @@ openstack.alarming.v2 =
alarm quota show = aodhclient.v2.quota_cli:QuotaShow
alarm quota set = aodhclient.v2.quota_cli:QuotaSet
[compile_catalog]
directory = aodhclient/locale
domain = aodhclient
[update_catalog]
domain = aodhclient
output_dir = aodhclient/locale
input_file = aodhclient/locale/aodhclient.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = aodhclient/locale/aodhclient.pot