Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: I75d52a207ec280353892354cc5fd680db5843617
This commit is contained in:
parent
9af9f09644
commit
3127609edd
14
setup.cfg
14
setup.cfg
@ -114,17 +114,3 @@ oslo.config.opts.defaults =
|
||||
|
||||
oslo.policy.policies =
|
||||
aodh = aodh.api.policies:list_rules
|
||||
|
||||
[extract_messages]
|
||||
keywords = _ gettext ngettext l_ lazy_gettext
|
||||
mapping_file = babel.cfg
|
||||
output_file = aodh/locale/aodh.pot
|
||||
|
||||
[compile_catalog]
|
||||
directory = aodh/locale
|
||||
domain = aodh
|
||||
|
||||
[update_catalog]
|
||||
domain = aodh
|
||||
output_dir = aodh/locale
|
||||
input_file = aodh/locale/aodh.pot
|
||||
|
Loading…
x
Reference in New Issue
Block a user