[extensions-web] i18n: added missing locale path
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] i18n: added missing locale path
- Date: Tue, 26 Nov 2019 18:34:43 +0000 (UTC)
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]