From ba600a8df48abab91edc4321734c0408847bcd36 Mon Sep 17 00:00:00 2001 From: kritzl Date: Sun, 31 Mar 2024 23:10:10 +0200 Subject: [PATCH] set default language to uwu (please only use temporarily) --- mafiasi/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mafiasi/settings.py b/mafiasi/settings.py index 03bc9d7..63aed94 100644 --- a/mafiasi/settings.py +++ b/mafiasi/settings.py @@ -101,7 +101,7 @@ USE_L10N = True USE_TZ = True TIME_ZONE = "Europe/Berlin" -LANGUAGE_CODE = "en-us" +LANGUAGE_CODE = "en-uwu" SECRET_KEY = env.str("MAFIASI_SECRET_KEY")