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

Created by Jakob Unterwurzacher and last modified
Get this branch:
bzr branch lp:~jakobunt/ubuntu-start-page/fix-lang
Only Jakob Unterwurzacher can upload to this branch. If you are Jakob Unterwurzacher please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jakob Unterwurzacher
Project:
Ubuntu Start Page
Status:
Merged

Recent revisions

101. By jakob <jakob@laj>

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

100. By jakob <jakob@laj>

Insert hidden hl field
<input type="hidden" name="hl" value="$lang" />
in all the index.html.$lang, using this script:

#!/bin/bash
mkdir new
for i in *.html.*
do
lang=`echo $i | sed s/index\\.html\\.//`
cat $i | sed "s/<input name=\"q\" value=\"\" id=\"sbi\" \\/>/<input name=\"q\" value=\"\" id=\"sbi\" \\/>\\
                <input type=\"hidden\" name=\"hl\" value=\"$lang\" \\/>/" > new/$i
done

99. By Adi Roiban

Use the correct names for pt_BR and zh_CN.

98. By Adi Roiban

Update translations. Add translation script for 10.04.

97. By Martin Albisetti

merge from trunk

96. By Martin Albisetti

Dont wait for focus

95. By Martin Albisetti

Re-add files, renamine index.html to index.html.en

94. By Martin Albisetti

Remove the exec bit, move all the Google files into the 10.04 root, create a symlink for /Google

93. By Martin Albisetti

Fix all Yahoo pages

92. By Adi Roiban

Add translated files for 10.04.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu-start-page
This branch contains Public information 
Everyone can see this information.