Update default-layout.hamlet
adding french translation committed by astro
This commit is contained in:
parent
c817a5c5ef
commit
5058edaeb8
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
||||||
<img .flag src=@{StaticR images_cz_svg}>
|
<img .flag src=@{StaticR images_cz_svg}>
|
||||||
<a onclick="document.cookie = '_LANG=de'; location.reload()">
|
<a onclick="document.cookie = '_LANG=de'; location.reload()">
|
||||||
<img .flag src=@{StaticR images_de_svg}>
|
<img .flag src=@{StaticR images_de_svg}>
|
||||||
|
<a onclick="document.cookie = '_LANG=fr'; location.reload()">
|
||||||
|
<img .flag src=@{StaticR images_fr_svg}>
|
||||||
<a onclick="document.cookie = '_LANG=en'; location.reload()">
|
<a onclick="document.cookie = '_LANG=en'; location.reload()">
|
||||||
<img .flag src=@{StaticR images_en_svg}>
|
<img .flag src=@{StaticR images_en_svg}>
|
||||||
<a onclick="document.cookie = '_LANG=pl'; location.reload()">
|
<a onclick="document.cookie = '_LANG=pl'; location.reload()">
|
||||||
|
|
Loading…
Reference in a new issue