Remove babel.cfg

Remove babel.cfg and the translation bits from setup.cfg, those are not
needed anymore.

Change-Id: I85472dd910e36a4b765e95c59702c30f1965cf2a
This commit is contained in:
likui 2021-05-11 16:26:19 +08:00
parent a1d21dc37a
commit 6fb3d4cfe1
2 changed files with 0 additions and 15 deletions

View File

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

View File

@ -55,16 +55,3 @@ oslo.policy.policies =
oslo.config.opts.defaults =
panko = panko.conf.defaults:set_cors_middleware_defaults
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = panko/locale/panko.pot
[compile_catalog]
directory = panko/locale
domain = panko
[update_catalog]
domain = panko
output_dir = panko/locale
input_file = panko/locale/panko.pot