add dutch for cartoon and proper linkedin profile link

This commit is contained in:
2012-11-11 13:51:58 +01:00
parent 5804d91e8e
commit bb7b9258e5
4 changed files with 27 additions and 27 deletions
+16 -7
View File
@@ -1,15 +1,24 @@
- cartoon_text = {\
1 => "I feel like a beer!!", \
2 => "Where is the waiter?", \
3 => "Lets order a beer with my phone!", \
4 => "Now I can do things I like in stead of waitingat the bar", \
5 => "Relaxt, I get my beer as ordered", \
6 => "Qwaiter rocks!!!!" \
en: {\
1 => "I feel like a beer!!", \
2 => "Where is the waiter?", \
3 => "Lets order a beer with my phone in stead! Much faster!", \
4 => "Now I can do things I like!!!!!", \
5 => "Relaxt, I get my beer as ordered", \
6 => "Qwaiter rocks!!!!" \
}, nl: {\
1 => "Ik heb zin in een pilsje!!", \
2 => "Waar is de ober?", \
3 => "Laten we dan maar met mijn mobiel bestellen, dat is veel sneller!!", \
4 => "Nu kan ik tenminste dingen doen die ik leuk vind!!!!!", \
5 => "Relaxt, ik krijg mijn pilsje zoals besteld!", \
6 => "Qwaiter rocks!!!!" \
}\
}
ul#cartoon
- for i in 1..6
li
.cartoon-image= image_tag "cartoon/qwaiter-cartoon-#{i}.png"
.cartoon-text= cartoon_text[i]
.cartoon-text= cartoon_text[I18n.locale][i]
.clearing