Remove babel.cfg

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

Change-Id: I07ec27dfe78592651e4a250333b8b83b7f1ec730
This commit is contained in:
likui 2020-11-24 16:51:49 +08:00 committed by Takashi Kajinami
parent d9db11d6f4
commit 25af99fb2c
3 changed files with 0 additions and 15 deletions

View File

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

View File

@ -1,6 +1,5 @@
pbr>=3.1.1 # Apache-2.0
alembic>=1.8.0 # MIT
Babel!=2.4.0,>=2.3.4 # BSD
ddt>=1.4.1 # MIT
croniter>=0.3.4 # MIT License
cryptography>=2.5 # BSD/Apache-2.0

View File

@ -205,16 +205,3 @@ heat.templates =
heat_template_version.2021-04-16 = heat.engine.hot.template:HOTemplate20210416
heat_template_version.wallaby = heat.engine.hot.template:HOTemplate20210416
[compile_catalog]
directory = heat/locale
domain = heat
[update_catalog]
domain = heat
output_dir = heat/locale
input_file = heat/locale/heat.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = heat/locale/heat.pot