Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: I9cf0d090b6360c32de3882f30e673512e2d6be88
This commit is contained in:
parent
f511ca0b92
commit
6836944c9f
15
setup.cfg
15
setup.cfg
@ -23,18 +23,3 @@ classifier =
|
|||||||
[files]
|
[files]
|
||||||
packages =
|
packages =
|
||||||
oslo_utils
|
oslo_utils
|
||||||
|
|
||||||
[compile_catalog]
|
|
||||||
directory = oslo_utils/locale
|
|
||||||
domain = oslo_utils
|
|
||||||
|
|
||||||
[update_catalog]
|
|
||||||
domain = oslo_utils
|
|
||||||
output_dir = oslo_utils/locale
|
|
||||||
input_file = oslo_utils/locale/oslo_utils.pot
|
|
||||||
|
|
||||||
[extract_messages]
|
|
||||||
keywords = _ gettext ngettext l_ lazy_gettext
|
|
||||||
mapping_file = babel.cfg
|
|
||||||
output_file = oslo_utils/locale/oslo_utils.pot
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user