ooo-build r13701 - in trunk: . patches/dev300



Author: tml
Date: Thu Aug 28 01:32:09 2008
New Revision: 13701
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13701&view=rev

Log:
2008-08-28  Tor Lillqvist  <tml novell com>

	* patches/dev300/win32-multi-lang-installer.diff: NSIS doesn't
	actually have l10n for Vietnamese. At least not the version I
	happen to have installed on the build machine...



Modified:
   trunk/ChangeLog
   trunk/patches/dev300/win32-multi-lang-installer.diff

Modified: trunk/patches/dev300/win32-multi-lang-installer.diff
==============================================================================
--- trunk/patches/dev300/win32-multi-lang-installer.diff	(original)
+++ trunk/patches/dev300/win32-multi-lang-installer.diff	Thu Aug 28 01:32:09 2008
@@ -491,6 +491,14 @@
  	# if (( $installer::globals::languagepack ) && ( $installer::globals::unicodensis )) { $productpath = convert_textstring_to_utf16($productpath, $localnsisdir, "stringhelper.txt"); }
  	
  	replace_one_variable($templatefile, "PRODUCTPATHPLACEHOLDER", $productpath);
+@@ -1041,7 +1041,6 @@
+ 	elsif ( $language eq "ja" ) { $nsislanguage = "Japanese"; }
+ 	elsif ( $language eq "ko" ) { $nsislanguage = "Korean"; }
+ 	elsif ( $language eq "th" ) { $nsislanguage = "Thai"; }
+-	elsif ( $language eq "vi" ) { $nsislanguage = "Vietnamese"; }
+ 	elsif ( $language eq "zh-CN" ) { $nsislanguage = "SimpChinese"; }
+ 	elsif ( $language eq "zh-TW" ) { $nsislanguage = "TradChinese"; }
+ 	else { 
 --- instsetoo_native/util/makefile.mk
 +++ instsetoo_native/util/makefile.mk
 @@ -222,7 +222,7 @@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]