patches/opensolaris-welcome-01-comment-out.diff
branchgnome-2-20
changeset 10990 ab2463b14e11
child 11009 3b8455597d83
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/opensolaris-welcome-01-comment-out.diff	Mon Apr 14 10:40:35 2008 +0000
@@ -0,0 +1,18 @@
+--- opensolaris-welcome-0.0.1/html/index.html.orig	2008-04-14 18:38:20.698714000 +0900
++++ opensolaris-welcome-0.0.1/html/index.html	2008-04-14 18:42:36.192313000 +0900
+@@ -9,6 +9,7 @@ if(window.document == parent.document)
+   var langurl='C/index.html';
+   var langinfo=navigator.language? navigator.language : navigator.userLanguage
+ 
++/* Comment lines until we deliver the translations.
+   if(langinfo.substr(0,2) == "en") {
+     langurl='C/index.html';
+   } else if(langinfo == "pt-BR") {
+@@ -29,6 +30,7 @@ if(window.document == parent.document)
+             langinfo.substr(0,2) == "sv") {
+     langurl=langinfo.substr(0,2) + '/index.html';
+   }
++*/
+ //  else {
+ //    langurl=langinfo.substr(0,2) + '/index.html';
+ //  }