From 6b91e5f42fe71a2fabb474ac46a685304e57df3c Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Sun, 29 Nov 2015 03:13:04 -0800 Subject: [PATCH] Fix translation file names It should have been in the directory vmware-nsx and not vmware_nsx. Change-Id: I40fd8dc1de15da367bacde0be019a4a04385b448 --- setup.cfg | 27 +++++-------------- .../locale/vmware-nsx.pot | 4 +-- 2 files changed, 8 insertions(+), 23 deletions(-) rename vmware_nsx/locale/vmware_nsx.pot => vmware-nsx/locale/vmware-nsx.pot (99%) diff --git a/setup.cfg b/setup.cfg index 09404f89e5..50b674fd36 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,36 +47,21 @@ all_files = 1 upload-dir = doc/build/html [compile_catalog] -directory = vmware_nsx/locale -domain = vmware_nsx +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 +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 +output_file = vmware-nsx/locale/vmware-nsx.pot [pbr] autodoc_index_modules = 1 [wheel] 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 diff --git a/vmware_nsx/locale/vmware_nsx.pot b/vmware-nsx/locale/vmware-nsx.pot similarity index 99% rename from vmware_nsx/locale/vmware_nsx.pot rename to vmware-nsx/locale/vmware-nsx.pot index 5bd84cf33f..d58399d72d 100644 --- a/vmware_nsx/locale/vmware_nsx.pot +++ b/vmware-nsx/locale/vmware-nsx.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" 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" -"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" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"