From: VMware, Inc <> Date: Tue, 19 Oct 2010 19:19:37 +0000 (-0700) Subject: Tools l10n: relocate the vmsg catalogs to a "l10n" directory. X-Git-Tag: 2010.10.18-313025~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=707585355ebebee76d68f2b42b35424d7cf2d155;p=thirdparty%2Fopen-vm-tools.git Tools l10n: relocate the vmsg catalogs to a "l10n" directory. This makes the vmsg-based apps more consistent with the other apps we have. Also rename the Chinese files to "zh_CN" (simplified Chinese) as per l10n team's instructions. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/toolbox/Makefile.am b/open-vm-tools/toolbox/Makefile.am index 38585e493..a994334ce 100644 --- a/open-vm-tools/toolbox/Makefile.am +++ b/open-vm-tools/toolbox/Makefile.am @@ -132,5 +132,5 @@ catalogsdir = $(datadir)/open-vm-tools/messages catalogs_DATA = catalogs_DATA += messages/toolboxcmd_de.vmsg catalogs_DATA += messages/toolboxcmd_ja.vmsg -catalogs_DATA += messages/toolboxcmd_zh.vmsg +catalogs_DATA += messages/toolboxcmd_zh_CN.vmsg diff --git a/open-vm-tools/toolbox/messages/toolboxcmd_zh.vmsg b/open-vm-tools/toolbox/messages/toolboxcmd_zh_CN.vmsg similarity index 100% rename from open-vm-tools/toolbox/messages/toolboxcmd_zh.vmsg rename to open-vm-tools/toolbox/messages/toolboxcmd_zh_CN.vmsg