Remove translation sections from setup.cfg

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

Change-Id: Ib2b1a9bd05148ab6c0a164b4463232b36f423de0
This commit is contained in:
melissaml 2020-05-15 11:16:23 +08:00
parent 38306c8319
commit 4da02c3510
2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -34,17 +34,3 @@ oslo.config.opts =
[upload_sphinx] [upload_sphinx]
upload-dir = doc/build/html upload-dir = doc/build/html
[compile_catalog]
directory = oslo_service/locale
domain = oslo_service
[update_catalog]
domain = oslo_service
output_dir = oslo_service/locale
input_file = oslo_service/locale/oslo_service.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = oslo_service/locale/oslo_service.pot