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:
parent
d8fb2d1030
commit
7153763b9e
13
setup.cfg
13
setup.cfg
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user