Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: I9c7e4f71328a0a9791a86c91ddc025594bd2ffe0
This commit is contained in:
parent
6d80eba012
commit
22df2f6395
14
setup.cfg
14
setup.cfg
@ -25,17 +25,3 @@ classifier =
|
||||
[files]
|
||||
packages =
|
||||
oslo_i18n
|
||||
|
||||
[compile_catalog]
|
||||
directory = oslo_i18n/locale
|
||||
domain = oslo_i18n
|
||||
|
||||
[update_catalog]
|
||||
domain = oslo_i18n
|
||||
output_dir = oslo_i18n/locale
|
||||
input_file = oslo_i18n/locale/oslo_i18n.pot
|
||||
|
||||
[extract_messages]
|
||||
keywords = _ gettext ngettext l_ lazy_gettext _C:1c,2 _P:1,2
|
||||
mapping_file = babel.cfg
|
||||
output_file = oslo_i18n/locale/oslo_i18n.pot
|
||||
|
Loading…
Reference in New Issue
Block a user