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:
zhangbailin 2020-04-27 12:34:44 +08:00 committed by Brin Zhang
parent a2fc5fa677
commit e7adf52f19
2 changed files with 0 additions and 16 deletions

View File

@ -1,2 +0,0 @@
[python: **.py]

View File

@ -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+