Skip to content
Snippets Groups Projects
Commit 52145663 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove translation sections from setup.cfg"

parents 78ca45ca 7557e897
No related branches found
No related tags found
No related merge requests found
[python: **.py]
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
# 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
keystoneauth1>=3.4.0 # Apache-2.0 keystoneauth1>=3.4.0 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0 stevedore>=1.20.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0 requests>=2.14.2 # Apache-2.0
......
...@@ -66,16 +66,3 @@ openstack.container_infra.v1 = ...@@ -66,16 +66,3 @@ openstack.container_infra.v1 =
coe_nodegroup_delete = magnumclient.osc.v1.nodegroups:DeleteNodeGroup coe_nodegroup_delete = magnumclient.osc.v1.nodegroups:DeleteNodeGroup
coe_nodegroup_update = magnumclient.osc.v1.nodegroups:UpdateNodeGroup coe_nodegroup_update = magnumclient.osc.v1.nodegroups:UpdateNodeGroup
[compile_catalog]
directory = magnumclient/locale
domain = magnumclient
[update_catalog]
domain = magnumclient
output_dir = magnumclient/locale
input_file = magnumclient/locale/magnumclient.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = magnumclient/locale/magnumclient.pot
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment