Skip to content

Commit 10830f8

Browse files
Add LOCALE_PATHS array to settings.py with the location of the globally shared locales folder.
1 parent a838b00 commit 10830f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev_env/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@
9898
USE_I18N = True
9999
USE_L10N = True
100100

101+
LOCALE_PATHS = [os.path.join(BASE_DIR, 'locale')]
102+
101103
# Static files (CSS, JavaScript, Images)
102104
# https://docs.djangoproject.com/en/2.2/howto/static-files/
103105

0 commit comments

Comments
 (0)