Add language switcher and language detection

This commit is contained in:
2026-08-11 12:25:14 +02:00
parent 3e7c831dac
commit df489c6c79
11 changed files with 526 additions and 384 deletions
@@ -14,8 +14,8 @@ Author: Jeroen van der Schee
{{ end }}
</div>
{{ if gt (len .images) 1 }}
<button class="carousel-prev" aria-label="Précédent">&#10094;</button>
<button class="carousel-next" aria-label="Suivant">&#10095;</button>
<button class="carousel-prev" aria-label="{{ i18n "previous" }}">&#10094;</button>
<button class="carousel-next" aria-label="{{ i18n "next" }}">&#10095;</button>
<div class="carousel-dots">
{{ range $i, $_ := .images }}