diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-12-30 11:10:08 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-12-30 11:10:08 +0100 |
commit | 0e4d14c37a337709e490e33081a869cb8ca0cb79 (patch) | |
tree | a5d6aa3dc284d5c1f74ea77a0486f33c6607ad35 /example_project/settings.py | |
parent | a26055bca7e86e41c8022a3a2b19abb3a0f1404e (diff) | |
download | Ishtar-0e4d14c37a337709e490e33081a869cb8ca0cb79.tar.bz2 Ishtar-0e4d14c37a337709e490e33081a869cb8ca0cb79.zip |
⚡️ disable overload translation by default - 🐛 fix disable overload translation
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |