Merge "Remove translation sections from setup.cfg"

This commit is contained in:
Zuul 2020-06-29 02:53:42 +00:00 committed by Gerrit Code Review
commit f0e783edcf
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
appdirs==1.3.0
asn1crypto==0.23.0
Babel==2.3.4
cffi==1.7.0
cliff==2.8.0
cmd2==0.8.0

View File

@ -2,7 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
Babel!=2.4.0,>=2.3.4 # BSD
pbr!=2.1.0,>=2.0.0 # Apache-2.0
PrettyTable<0.8,>=0.7.2 # BSD
keystoneauth1>=3.4.0 # Apache-2.0

View File

@ -90,17 +90,3 @@ openstack.clustering.v1 =
cluster_run = senlinclient.v1.cluster:ClusterRun
cluster_service_list = senlinclient.v1.service:ListService
cluster_op = senlinclient.v1.cluster:ClusterOp
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = senlinclient/locale/senlinclient.pot
[compile_catalog]
directory = senlinclient/locale
domain = senlinclient
[update_catalog]
domain = senlinclient
output_dir = senlinclient/locale
input_file = senlinclient/locale/senlinclient.pot