[extensions-web] i18n: added missing locale path



commit 5af1c3a5be259d23784934c3b8e1c0765facc621
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Tue Nov 26 22:34:15 2019 +0400

    i18n: added missing locale path

 sweettooth/settings.py | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/sweettooth/settings.py b/sweettooth/settings.py
index 7bce914..d84cec0 100644
--- a/sweettooth/settings.py
+++ b/sweettooth/settings.py
@@ -111,6 +111,7 @@ DATABASES = {
 # https://docs.djangoproject.com/en/stable/topics/i18n/
 
 LANGUAGE_CODE = 'en-us'
+LOCALE_PATHS = [os.path.join(SITE_ROOT, 'locale')]
 
 TIME_ZONE = 'UTC'
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]