Merge lp:~jakobunt/ubuntu-start-page/fix-lang into lp:ubuntu-start-page

Proposed by Jakob Unterwurzacher
Status: Merged
Approved by: Martin Albisetti
Approved revision: 101
Merged at revision: 100
Proposed branch: lp:~jakobunt/ubuntu-start-page/fix-lang
Merge into: lp:ubuntu-start-page
Diff against target: 411 lines (+38/-0)
34 files modified
translation-scripts/translation-functions.sh (+5/-0)
www/10.04/index.html.ar (+1/-0)
www/10.04/index.html.ast (+1/-0)
www/10.04/index.html.bg (+1/-0)
www/10.04/index.html.bn (+1/-0)
www/10.04/index.html.ca (+1/-0)
www/10.04/index.html.crh (+1/-0)
www/10.04/index.html.da (+1/-0)
www/10.04/index.html.de (+1/-0)
www/10.04/index.html.el (+1/-0)
www/10.04/index.html.en (+1/-0)
www/10.04/index.html.es (+1/-0)
www/10.04/index.html.fi (+1/-0)
www/10.04/index.html.fr (+1/-0)
www/10.04/index.html.gl (+1/-0)
www/10.04/index.html.he (+1/-0)
www/10.04/index.html.hr (+1/-0)
www/10.04/index.html.hu (+1/-0)
www/10.04/index.html.id (+1/-0)
www/10.04/index.html.is (+1/-0)
www/10.04/index.html.it (+1/-0)
www/10.04/index.html.ja (+1/-0)
www/10.04/index.html.ko (+1/-0)
www/10.04/index.html.lv (+1/-0)
www/10.04/index.html.nds (+1/-0)
www/10.04/index.html.nl (+1/-0)
www/10.04/index.html.pt-br (+1/-0)
www/10.04/index.html.ro (+1/-0)
www/10.04/index.html.ru (+1/-0)
www/10.04/index.html.sk (+1/-0)
www/10.04/index.html.sv (+1/-0)
www/10.04/index.html.th (+1/-0)
www/10.04/index.html.vi (+1/-0)
www/10.04/index.html.zh-cn (+1/-0)
To merge this branch: bzr merge lp:~jakobunt/ubuntu-start-page/fix-lang
Reviewer Review Type Date Requested Status
Martin Albisetti (community) Approve
Roman Yepishev (community) Approve
Review via email: mp+24307@code.launchpad.net

Description of the change

r100:
Correct the language of the google results by inserting a hidden hl field
<input type="hidden" name="hl" value="$lang" />
in all the index.html.$lang

r101:
Add logic to translation-functions.sh to translate hidden hl field
                  <input type="hidden" name="hl" value="en" />
automatically.

Tested to produce the exact same output files as we have from r100.

To post a comment you must log in.
Revision history for this message
Roman Yepishev (rye) wrote :

Verified that Google language is indeed changed by modifying the content of the <form> in firebug by adding respective items for Russian (ru) and German (de).

review: Approve
101. By jakob <jakob@laj>

Add logic to translation-functions.sh to translate hidden hl field
                <input type="hidden" name="hl" value="en" />
automatically.

Revision history for this message
Martin Albisetti (beuno) wrote :

This looks good. I'll look into deploying it after the Lucid launch. Thanks for working on it.

review: Approve
Revision history for this message
Paul Sladen (sladen) wrote :

Any chance we could have this merged *before* the release tomorrow. (It is asynchronous with the CD image, so not blocking anything).

First impressions of workingness really count, as this whole exercise is somewhat defeated if user fires up their browser, is ultimately then disappointed and then chooses to override their start page with something else.

Revision history for this message
Martin Albisetti (beuno) wrote :

Very very very unlikely, the sysadmins are all tied up due to the release, and it's going to be impossible to grab their attention.
Not to say that I won't try... :)

Revision history for this message
Paul Sladen (sladen) wrote :

Duuuudes. Please apply the Google CSE results language patch to make non-English Users' efforts meaningful.

Pretty please with chocolate fountains on top.

And cherries.

Revision history for this message
Martin Albisetti (beuno) wrote :

Sorry Paul, I will get to it today and file the RT for re-deployment.

Revision history for this message
Martin Albisetti (beuno) wrote :

Merged into trunk, RT filed for this to be rolled out, I don't have an ETA for that yet.

Revision history for this message
Paul Sladen (sladen) wrote :

Would be perfect timing to deploy this, based on this week's Brainstorm top 5:

 * Non-internationalized search results via the Ubuntu Start Page -
   http://brainstorm.ubuntu.com/idea/24888/

Then somebody can take the credit for swiftly reacting.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'translation-scripts/translation-functions.sh'
--- translation-scripts/translation-functions.sh 2010-04-27 20:23:27 +0000
+++ translation-scripts/translation-functions.sh 2010-04-28 18:05:37 +0000
@@ -94,6 +94,11 @@
94 "s/<title>$title_en<\/title>/<title>$title_po<\/title>/" \94 "s/<title>$title_en<\/title>/<title>$title_po<\/title>/" \
95 ${output_page}95 ${output_page}
9696
97 #translate hidden hl field
98 #google wants ll-cc format, not ll_CC
99 googlelangcode=`echo $lang | sed 's/\(.*\)/\L\1/;y/_/-/'`
100 sed -i -e "s/name=\"hl\" value=\"en\"/name=\"hl\" value=\"$googlelangcode\"/" ${output_page}
101
97 #translate search text102 #translate search text
98 search_po=`msggrep --no-wrap -K -e "$search_en" $po | \103 search_po=`msggrep --no-wrap -K -e "$search_en" $po | \
99 grep msgstr | grep -v "msgstr \"\"" | \104 grep msgstr | grep -v "msgstr \"\"" | \
100105
=== modified file 'www/10.04/index.html.ar'
--- www/10.04/index.html.ar 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.ar 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="ar" />
181 <button>ابحث</button>182 <button>ابحث</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.ast'
--- www/10.04/index.html.ast 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.ast 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="ast" />
181 <button>Guetar</button>182 <button>Guetar</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.bg'
--- www/10.04/index.html.bg 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.bg 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="bg" />
181 <button>Търсене</button>182 <button>Търсене</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.bn'
--- www/10.04/index.html.bn 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.bn 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="bn" />
181 <button>অনুসন্ধান</button>182 <button>অনুসন্ধান</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.ca'
--- www/10.04/index.html.ca 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.ca 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="ca" />
181 <button>Cerca</button>182 <button>Cerca</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.crh'
--- www/10.04/index.html.crh 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.crh 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="crh" />
181 <button>Qıdır</button>182 <button>Qıdır</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.da'
--- www/10.04/index.html.da 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.da 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="da" />
181 <button>Søg</button>182 <button>Søg</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.de'
--- www/10.04/index.html.de 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.de 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="de" />
181 <button>Suche</button>182 <button>Suche</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.el'
--- www/10.04/index.html.el 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.el 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="el" />
181 <button>Αναζήτηση</button>182 <button>Αναζήτηση</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.en'
--- www/10.04/index.html.en 2010-04-27 19:36:01 +0000
+++ www/10.04/index.html.en 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="en" />
181 <button>Search</button>182 <button>Search</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.es'
--- www/10.04/index.html.es 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.es 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="es" />
181 <button>Buscar</button>182 <button>Buscar</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.fi'
--- www/10.04/index.html.fi 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.fi 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="fi" />
181 <button>Hae</button>182 <button>Hae</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.fr'
--- www/10.04/index.html.fr 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.fr 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="fr" />
181 <button>Rechercher</button>182 <button>Rechercher</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.gl'
--- www/10.04/index.html.gl 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.gl 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="gl" />
181 <button>Buscar</button>182 <button>Buscar</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.he'
--- www/10.04/index.html.he 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.he 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="he" />
181 <button>חיפוש</button>182 <button>חיפוש</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.hr'
--- www/10.04/index.html.hr 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.hr 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="hr" />
181 <button>Traži</button>182 <button>Traži</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.hu'
--- www/10.04/index.html.hu 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.hu 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="hu" />
181 <button>Keresés</button>182 <button>Keresés</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.id'
--- www/10.04/index.html.id 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.id 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="id" />
181 <button>Cari</button>182 <button>Cari</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.is'
--- www/10.04/index.html.is 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.is 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="is" />
181 <button>Leita</button>182 <button>Leita</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.it'
--- www/10.04/index.html.it 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.it 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="it" />
181 <button>Cerca</button>182 <button>Cerca</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.ja'
--- www/10.04/index.html.ja 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.ja 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="ja" />
181 <button>検索</button>182 <button>検索</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.ko'
--- www/10.04/index.html.ko 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.ko 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="ko" />
181 <button>찾기</button>182 <button>찾기</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.lv'
--- www/10.04/index.html.lv 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.lv 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="lv" />
181 <button>Meklēšana</button>182 <button>Meklēšana</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.nds'
--- www/10.04/index.html.nds 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.nds 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="nds" />
181 <button>Sök</button>182 <button>Sök</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.nl'
--- www/10.04/index.html.nl 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.nl 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="nl" />
181 <button>Zoeken</button>182 <button>Zoeken</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.pt-br'
--- www/10.04/index.html.pt-br 2010-04-27 20:23:27 +0000
+++ www/10.04/index.html.pt-br 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="pt-br" />
181 <button>Pesquisar</button>182 <button>Pesquisar</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.ro'
--- www/10.04/index.html.ro 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.ro 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="ro" />
181 <button>Caută</button>182 <button>Caută</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.ru'
--- www/10.04/index.html.ru 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.ru 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="ru" />
181 <button>Поиск</button>182 <button>Поиск</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.sk'
--- www/10.04/index.html.sk 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.sk 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="sk" />
181 <button>Hľadať</button>182 <button>Hľadať</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.sv'
--- www/10.04/index.html.sv 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.sv 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="sv" />
181 <button>Sök</button>182 <button>Sök</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.th'
--- www/10.04/index.html.th 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.th 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="th" />
181 <button>ค้นหา</button>182 <button>ค้นหา</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.vi'
--- www/10.04/index.html.vi 2010-04-27 19:47:21 +0000
+++ www/10.04/index.html.vi 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="vi" />
181 <button>Tìm kiếm</button>182 <button>Tìm kiếm</button>
182 </form>183 </form>
183 </div>184 </div>
184185
=== modified file 'www/10.04/index.html.zh-cn'
--- www/10.04/index.html.zh-cn 2010-04-27 20:23:27 +0000
+++ www/10.04/index.html.zh-cn 2010-04-28 18:05:37 +0000
@@ -178,6 +178,7 @@
178 <input type="hidden" name="ie" value="UTF-8" />178 <input type="hidden" name="ie" value="UTF-8" />
179 <input type="hidden" name="sa" value="Search" />179 <input type="hidden" name="sa" value="Search" />
180 <input name="q" value="" id="sbi" />180 <input name="q" value="" id="sbi" />
181 <input type="hidden" name="hl" value="zh-cn" />
181 <button>搜索</button>182 <button>搜索</button>
182 </form>183 </form>
183 </div>184 </div>

Subscribers

People subscribed via source and target branches