mirror of
https://opendev.org/openstack/python-keystoneclient.git
synced 2026-01-16 23:10:41 +00:00
Merge "Remove translation sections from setup.cfg"
This commit is contained in:
commit
ef18e13db1
3 changed files with 0 additions and 15 deletions
|
|
@ -1 +0,0 @@
|
|||
[python: **.py]
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
appdirs==1.3.0
|
||||
asn1crypto==0.23.0
|
||||
Babel==2.3.4
|
||||
bandit==1.1.0
|
||||
cffi==1.14.0
|
||||
cliff==2.8.0
|
||||
|
|
|
|||
13
setup.cfg
13
setup.cfg
|
|
@ -43,16 +43,3 @@ autodoc_tree_excludes =
|
|||
setup.py
|
||||
keystoneclient/tests/
|
||||
|
||||
[compile_catalog]
|
||||
directory = keystoneclient/locale
|
||||
domain = keystoneclient
|
||||
|
||||
[update_catalog]
|
||||
domain = keystoneclient
|
||||
output_dir = keystoneclient/locale
|
||||
input_file = keystoneclient/locale/keystoneclient.pot
|
||||
|
||||
[extract_messages]
|
||||
keywords = _ gettext ngettext l_ lazy_gettext
|
||||
mapping_file = babel.cfg
|
||||
output_file = keystoneclient/locale/keystoneclient.pot
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue