Remove translation sections from setup.cfg

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

Change-Id: I18696d80bad13d2f3e31ed1ad8f046fb9a202e16
This commit is contained in:
melissaml 2020-05-15 18:09:06 +08:00
parent 3b5a820db3
commit 4fb7dd3b40
2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -27,17 +27,3 @@ packages =
[entry_points]
oslo.config.opts =
oslo.limit = oslo_limit.opts:list_opts
[compile_catalog]
directory = oslo_limit/locale
domain = oslo_limit
[update_catalog]
domain = oslo_limit
output_dir = oslo_limit/locale
input_file = oslo_limit/locale/oslo_limit.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = oslo_limit/locale/oslo_limit.pot