Translations working in templates

This commit is contained in:
Mouse Reeve
2021-02-27 16:18:24 -08:00
parent b2e431daed
commit 2d79a52133
7 changed files with 11 additions and 11 deletions

View File

@ -142,9 +142,9 @@ LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
USE_I18N = True
USE_I18N = False
USE_L10N = True
USE_L10N = False
USE_TZ = True