Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can generate translation files without them. Remove babel.cfg as well, this is the default role and not needed anymore. Change-Id: I1b362dba9d46f766202e4329371dca71e2f3b214 Signed-off-by: Takashi Natsume <takanattie@gmail.com>
This commit is contained in:
parent
1aa4da7c7a
commit
64013a8609
14
setup.cfg
14
setup.cfg
@ -31,20 +31,6 @@ tag_build =
|
||||
tag_date = 0
|
||||
tag_svn_revision = 0
|
||||
|
||||
[compile_catalog]
|
||||
directory = os_vif/locale
|
||||
domain = os_vif
|
||||
|
||||
[update_catalog]
|
||||
domain = os_vif
|
||||
output_dir = os_vif/locale
|
||||
input_file = os_vif/locale/os-vif.pot
|
||||
|
||||
[extract_messages]
|
||||
keywords = _ gettext ngettext l_ lazy_gettext
|
||||
mapping_file = babel.cfg
|
||||
output_file = os_vif/locale/os-vif.pot
|
||||
|
||||
[entry_points]
|
||||
os_vif =
|
||||
linux_bridge = vif_plug_linux_bridge.linux_bridge:LinuxBridgePlugin
|
||||
|
Loading…
Reference in New Issue
Block a user