From e325bac823d42fb1339b5b748bf267109c342088 Mon Sep 17 00:00:00 2001
From: Alexandre Iooss <erdnaxe@crans.org>
Date: Mon, 8 Jul 2019 11:16:29 +0200
Subject: [PATCH] Use simpler language code

---
 note_kfet/settings.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/note_kfet/settings.py b/note_kfet/settings.py
index 320dab53..d2f94e49 100644
--- a/note_kfet/settings.py
+++ b/note_kfet/settings.py
@@ -109,11 +109,11 @@ AUTH_PASSWORD_VALIDATORS = [
 # Internationalization
 # https://docs.djangoproject.com/en/2.2/topics/i18n/
 
-LANGUAGE_CODE = 'en-us'
+LANGUAGE_CODE = 'en'
 
 LANGUAGES = [
-    ('en-us', _('English')),
-    ('fr-fr', _('French')),
+    ('en', _('English')),
+    ('fr', _('French')),
 ]
 
 TIME_ZONE = 'Europe/Paris'
-- 
GitLab