From 0e4d14c37a337709e490e33081a869cb8ca0cb79 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 30 Dec 2024 11:10:08 +0100 Subject: ⚡️ disable overload translation by default - 🐛 fix disable overload translation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index cc2e44b3d..726ccda8e 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -192,7 +192,7 @@ INSTALLED_APPS = [ # 'debug_toolbar', ] -USE_TRANSLATION_OVERLOAD = True +USE_TRANSLATION_OVERLOAD = False TRANSLATION_OVERLOAD_DEBUG = False SESSION_EXPIRE_AT_BROWSER_CLOSE = False -- cgit v1.2.3