Merge "Remove depreciated file babel.cfg"

This commit is contained in:
Zuul 2021-02-24 04:55:48 +00:00 committed by Gerrit Code Review
commit 7109d4cd52
4 changed files with 0 additions and 17 deletions

View File

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

View File

@ -1,7 +1,6 @@
alabaster==0.7.10 alabaster==0.7.10
appdirs==1.3.0 appdirs==1.3.0
asn1crypto==0.23.0 asn1crypto==0.23.0
Babel==2.3.4
cffi==1.14.0 cffi==1.14.0
cliff==2.8.0 cliff==2.8.0
cmd2==0.8.0 cmd2==0.8.0

View File

@ -2,7 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
cliff!=2.9.0,>=2.8.0 # Apache-2.0 cliff!=2.9.0,>=2.8.0 # Apache-2.0
PyYAML>=3.13 # MIT PyYAML>=3.13 # MIT
python-dateutil>=2.5.3 # BSD python-dateutil>=2.5.3 # BSD

View File

@ -36,17 +36,3 @@ openstack.translator.v1 =
console_scripts = console_scripts =
heat-translator = translator.shell:main heat-translator = translator.shell:main
[compile_catalog]
directory = translator/locale
domain = translator
[update_catalog]
domain = translator
output_dir = translator/locale
input_file = translator/locale/translator.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = translator/locale/translator.pot