From 344641a96125695ccfe0714776c3cff3cecd5a6a Mon Sep 17 00:00:00 2001
From: Dorian Lesbre <dorian.lesbre@gmail.com>
Date: Thu, 11 Mar 2021 11:09:57 +0100
Subject: [PATCH] Added locale

---
 home/templates/activites.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/home/templates/activites.html b/home/templates/activites.html
index 3494472..b6035c4 100644
--- a/home/templates/activites.html
+++ b/home/templates/activites.html
@@ -36,6 +36,7 @@
 			var options = {
 				// showMajorLabels: false,
 				showCurrentTime: false,
+				locale: "fr-fr",
 			};
 
 			// Create a Timeline
-- 
GitLab