Fix translation file names
It should have been in the directory vmware-nsx and not vmware_nsx. Change-Id: I40fd8dc1de15da367bacde0be019a4a04385b448
This commit is contained in:
parent
0e9bb23849
commit
6b91e5f42f
27
setup.cfg
27
setup.cfg
@ -47,36 +47,21 @@ all_files = 1
|
|||||||
upload-dir = doc/build/html
|
upload-dir = doc/build/html
|
||||||
|
|
||||||
[compile_catalog]
|
[compile_catalog]
|
||||||
directory = vmware_nsx/locale
|
directory = vmware-nsx/locale
|
||||||
domain = vmware_nsx
|
domain = vmware-nsx
|
||||||
|
|
||||||
[update_catalog]
|
[update_catalog]
|
||||||
domain = vmware_nsx
|
domain = vmware-nsx
|
||||||
output_dir = vmware_nsx/locale
|
output_dir = vmware-nsx/locale
|
||||||
input_file = vmware_nsx/locale/vmware_nsx.pot
|
input_file = vmware-nsx/locale/vmware-nsx.pot
|
||||||
|
|
||||||
[extract_messages]
|
[extract_messages]
|
||||||
keywords = _ gettext ngettext l_ lazy_gettext
|
keywords = _ gettext ngettext l_ lazy_gettext
|
||||||
mapping_file = babel.cfg
|
mapping_file = babel.cfg
|
||||||
output_file = vmware_nsx/locale/vmware_nsx.pot
|
output_file = vmware-nsx/locale/vmware-nsx.pot
|
||||||
|
|
||||||
[pbr]
|
[pbr]
|
||||||
autodoc_index_modules = 1
|
autodoc_index_modules = 1
|
||||||
|
|
||||||
[wheel]
|
[wheel]
|
||||||
universal = 1
|
universal = 1
|
||||||
|
|
||||||
|
|
||||||
[compile_catalog]
|
|
||||||
directory = vmware_nsx/locale
|
|
||||||
domain = vmware_nsx
|
|
||||||
|
|
||||||
[update_catalog]
|
|
||||||
domain = vmware_nsx
|
|
||||||
output_dir = vmware_nsx/locale
|
|
||||||
input_file = vmware_nsx/locale/vmware_nsx.pot
|
|
||||||
|
|
||||||
[extract_messages]
|
|
||||||
keywords = _ gettext ngettext l_ lazy_gettext
|
|
||||||
mapping_file = babel.cfg
|
|
||||||
output_file = vmware_nsx/locale/vmware_nsx.pot
|
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: vmware-nsx 0.0.2.dev827\n"
|
"Project-Id-Version: vmware-nsx 0.0.2.dev829\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2015-11-29 03:11-0800\n"
|
"POT-Creation-Date: 2015-11-29 23:55-0800\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
Loading…
Reference in New Issue
Block a user