Skip to content
Snippets Groups Projects
Commit db571639 authored by ROULOIS Alexandre's avatar ROULOIS Alexandre :bicyclist:
Browse files

Merge branch 'develop' into 'main'

Translate icon

See merge request !14
parents be70d0f0 00e4a51c
No related branches found
No related tags found
2 merge requests!15Main,!14Translate icon
......@@ -6,6 +6,10 @@
"SITE": "CSSP 2023",
"SITE_FULL": "Syntax and Semantics Conference in Paris"
},
"LANG": {
"EN": "English",
"FR": "French"
},
"NAV": {
"CALL": "Call",
"CONTACT": "Contact",
......
......@@ -6,6 +6,10 @@
"SITE": "CSSP 2023",
"SITE_FULL": "Colloque de syntaxe et sémantique à Paris"
},
"LANG": {
"EN": "Anglais",
"FR": "Français"
},
"NAV": {
"CALL": "Appel",
"CONTACT": "Contact",
......
......@@ -43,13 +43,15 @@ html
a.nav-link#home(href="/")
| #[i.bi-house-door-fill] #{t("NAV.HOME")}
ul.navbar-nav#ulang
li.nav-item
li.nav-item.mx-3
a.btn.btn-outline-mayo.email(href="mailto:infos.cssp@gmail.com")
| #[i.bi-envelope-at] Contact
li.nav-item
a.nav-link(href="?lang=fr" id="fr")= "fr"
a.nav-link#fr(href="?lang=fr")
| #[i.bi-translate] fr
li.nav-item
a.nav-link(href="?lang=en" id="en")= "en"
a.nav-link#en(href="?lang=en")
| #[i.bi-translate] en
<!-- 2-columns layout -->
div.row.mt-3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment