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:
melissaml 2020-05-14 20:52:24 +08:00
parent 9af9f09644
commit 3127609edd
2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -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