Translations working in templates
This commit is contained in:
parent
b2e431daed
commit
2d79a52133
7 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue