Remove translation sections from setup.cfg

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

Change-Id: I2930c648a9b5a9ae462e21257c412dfbdb66e269
This commit is contained in:
melissaml 2020-05-15 11:16:23 +08:00
parent 105eadbbac
commit 305b06c758
2 changed files with 0 additions and 15 deletions

View File

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

View File

@ -36,17 +36,3 @@ oslo.config.opts =
oslo.log = oslo_log._options:list_opts
console_scripts =
convert-json = oslo_log.cmds.convert_json:main
[compile_catalog]
directory = oslo_log/locale
domain = oslo_log
[update_catalog]
domain = oslo_log
output_dir = oslo_log/locale
input_file = oslo_log/locale/oslo_log.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = oslo_log/locale/oslo_log.pot