patches/opensolaris-welcome-01-comment-out.diff
author fujiwara
Mon, 14 Apr 2008 10:40:35 +0000
branchgnome-2-20
changeset 10990 ab2463b14e11
child 11009 3b8455597d83
permissions -rw-r--r--
2008-04-14 Takao Fujiwara <[email protected]> * indiana/SUNWopensolaris-welcome.spec: Updated. * patches/opensolaris-welcome-01-comment-out.diff: Added untill translations are delivered.

--- 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';
 //  }