Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: Id54c22f820b1aa6315d721e354ce150c657bd4fd
This commit is contained in:
parent
5e6caba489
commit
fa421e9178
@ -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
|
||||
eventlet>=0.25.1 # MIT
|
||||
Flask!=0.11,>=0.10 # BSD
|
||||
greenlet>=0.4.10 # MIT
|
||||
|
19
setup.cfg
19
setup.cfg
@ -128,22 +128,3 @@ designate.notification.plugin =
|
||||
|
||||
wsgi_scripts =
|
||||
designate-api-wsgi = designate.api.wsgi:init_application
|
||||
|
||||
[egg_info]
|
||||
tag_build =
|
||||
tag_date = 0
|
||||
tag_svn_revision = 0
|
||||
|
||||
[compile_catalog]
|
||||
directory = designate/locale
|
||||
domain = designate
|
||||
|
||||
[update_catalog]
|
||||
domain = designate
|
||||
output_dir = designate/locale
|
||||
input_file = designate/locale/designate.pot
|
||||
|
||||
[extract_messages]
|
||||
keywords = _ gettext ngettext l_ lazy_gettext
|
||||
mapping_file = babel.cfg
|
||||
output_file = designate/locale/designate.pot
|
||||
|
Loading…
x
Reference in New Issue
Block a user