Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: I6478639b17968e5eb5e44ffcbca2ca65cbc995f7
This commit is contained in:
14
setup.cfg
14
setup.cfg
@@ -32,17 +32,3 @@ packages =
|
||||
kuryr_libnetwork
|
||||
data_files =
|
||||
/usr/lib/docker/plugins/kuryr = etc/kuryr.spec
|
||||
|
||||
[compile_catalog]
|
||||
directory = kuryr_libnetwork/locale
|
||||
domain = kuryr_libnetwork
|
||||
|
||||
[update_catalog]
|
||||
domain = kuryr_libnetwork
|
||||
output_dir = kuryr_libnetwork/locale
|
||||
input_file = kuryr_libnetwork/locale/kuryr_libnetwork.pot
|
||||
|
||||
[extract_messages]
|
||||
keywords = _ gettext ngettext l_ lazy_gettext
|
||||
mapping_file = babel.cfg
|
||||
output_file = kuryr_libnetwork/locale/kuryr_libnetwork.pot
|
||||
|
||||
Reference in New Issue
Block a user