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:
parent
af6d26cee1
commit
5d68c5ef2e
14
setup.cfg
14
setup.cfg
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user