Remove translation sections from setup.cfg

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

Change-Id: Ibc6bad525bc9876afafbb8d093b4e4add1e03016
This commit is contained in:
melissaml 2020-05-15 10:31:55 +08:00
parent c5e11c659e
commit 923d9f9f93
2 changed files with 0 additions and 16 deletions

View File

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

View File

@ -21,17 +21,3 @@ classifier =
[files]
packages =
ovsdbapp
[compile_catalog]
directory = ovsdbapp/locale
domain = ovsdbapp
[update_catalog]
domain = ovsdbapp
output_dir = ovsdbapp/locale
input_file = ovsdbapp/locale/ovsdbapp.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = ovsdbapp/locale/ovsdbapp.pot