Remove translation sections from setup.cfg

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

Change-Id: I3055d2d32d67541772c894c05577da2d93d2301f
This commit is contained in:
melissaml 2020-05-14 19:21:14 +08:00
parent b0ab1b4658
commit fce4d80b19
2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -76,17 +76,3 @@ masakari.task_flow.tasks =
disable_compute_node_task = masakari.engine.drivers.taskflow.process_failure:DisableComputeNodeTask
confirm_compute_node_disabled_task = masakari.engine.drivers.taskflow.process_failure:ConfirmComputeNodeDisabledTask
no_op = masakari.engine.drivers.taskflow.no_op:Noop
[compile_catalog]
directory = masakari/locale
domain = masakari
[update_catalog]
domain = masakari
output_dir = masakari/locale
input_file = masakari/locale/masakari.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = masakari/locale/masakari.pot