Remove translation sections from setup.cfg
In Ieccb6b987ef23272c8e943e7af3549cefab47263 we were removed Babel, that the translation sections are not needed anymore, Babel can generate translation files without them, see http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html Change-Id: I7372494a7752581f21872f8abe1585a2cede5619
This commit is contained in:
parent
a2fc5fa677
commit
e7adf52f19
14
setup.cfg
14
setup.cfg
@ -75,20 +75,6 @@ wsgi_scripts =
|
||||
cinder.database.migration_backend =
|
||||
sqlalchemy = oslo_db.sqlalchemy.migration
|
||||
|
||||
[compile_catalog]
|
||||
directory = cinder/locale
|
||||
domain = cinder
|
||||
|
||||
[update_catalog]
|
||||
domain = cinder
|
||||
output_dir = cinder/locale
|
||||
input_file = cinder/locale/cinder.pot
|
||||
|
||||
[extract_messages]
|
||||
keywords = _ gettext ngettext l_ lazy_gettext
|
||||
mapping_file = babel.cfg
|
||||
output_file = cinder/locale/cinder.pot
|
||||
|
||||
[extras]
|
||||
all =
|
||||
websocket-client>=0.32.0 # LGPLv2+
|
||||
|
Loading…
x
Reference in New Issue
Block a user