Remove translation sections from setup.cfg

These translation sections are not needed anymore, Babel can
generate translation files without them.

Change-Id: I39beb972383622d4c4a3b17cb9c3d30674bca5bc
This commit is contained in:
melissaml 2020-05-15 11:16:23 +08:00
parent 2e56b4379a
commit 2c035c5f1a
2 changed files with 0 additions and 15 deletions

View File

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

View File

@ -52,17 +52,3 @@ paste.filter_factory =
sizelimit = oslo_middleware:RequestBodySizeLimiter.factory
ssl = oslo_middleware:SSLMiddleware.factory
[compile_catalog]
directory = oslo_middleware/locale
domain = oslo_middleware
[update_catalog]
domain = oslo_middleware
output_dir = oslo_middleware/locale
input_file = oslo_middleware/locale/oslo_middleware.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = oslo_middleware/locale/oslo_middleware.pot