Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: Ic81e52b5cf6c64d752358ab29a1f9a55bf25c88c
This commit is contained in:
parent
91a6e5fa8a
commit
8cd3670bdd
@ -4,7 +4,6 @@ amqp==2.2.2
|
|||||||
appdirs==1.4.3
|
appdirs==1.4.3
|
||||||
asn1crypto==0.24.0
|
asn1crypto==0.24.0
|
||||||
astroid==1.6.5 # LGPLv2.1
|
astroid==1.6.5 # LGPLv2.1
|
||||||
Babel==2.3.4
|
|
||||||
bandit==1.1.0
|
bandit==1.1.0
|
||||||
beautifulsoup4==4.6.0
|
beautifulsoup4==4.6.0
|
||||||
cachetools==2.0.1
|
cachetools==2.0.1
|
||||||
|
@ -37,7 +37,6 @@ oslo.upgradecheck>=0.1.0 # Apache-2.0
|
|||||||
oslo.utils>=3.33.0 # Apache-2.0
|
oslo.utils>=3.33.0 # Apache-2.0
|
||||||
oslo.concurrency>=3.26.0 # Apache-2.0
|
oslo.concurrency>=3.26.0 # Apache-2.0
|
||||||
PyMySQL>=0.7.6 # MIT License
|
PyMySQL>=0.7.6 # MIT License
|
||||||
Babel!=2.4.0,>=2.3.4 # BSD
|
|
||||||
six>=1.10.0 # MIT
|
six>=1.10.0 # MIT
|
||||||
stevedore>=1.20.0 # Apache-2.0
|
stevedore>=1.20.0 # Apache-2.0
|
||||||
oslo.messaging>=5.29.0 # Apache-2.0
|
oslo.messaging>=5.29.0 # Apache-2.0
|
||||||
|
14
setup.cfg
14
setup.cfg
@ -58,17 +58,3 @@ oslo.policy.policies =
|
|||||||
# list_rules method into a separate entry point rather than using the
|
# list_rules method into a separate entry point rather than using the
|
||||||
# aggregate method.
|
# aggregate method.
|
||||||
trove = trove.common.policies:list_rules
|
trove = trove.common.policies:list_rules
|
||||||
|
|
||||||
[compile_catalog]
|
|
||||||
directory = trove/locale
|
|
||||||
domain = trove
|
|
||||||
|
|
||||||
[update_catalog]
|
|
||||||
domain = trove
|
|
||||||
output_dir = trove/locale
|
|
||||||
input_file = trove/locale/trove.pot
|
|
||||||
|
|
||||||
[extract_messages]
|
|
||||||
keywords = _ gettext ngettext l_ lazy_gettext
|
|
||||||
mapping_file = babel.cfg
|
|
||||||
output_file = trove/locale/trove.pot
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user