Remove translation sections from setup.cfg

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

Change-Id: I49fb3d1d1af4d32a4f6154b35d0d78ff9f7e31a9
This commit is contained in:
melissaml 2020-05-15 11:57:56 +08:00
parent af6d26cee1
commit 5d68c5ef2e
2 changed files with 0 additions and 15 deletions

View File

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

View File

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