Catches more template translation moments
This commit is contained in:
parent
310d4a1f59
commit
6a18803417
26 changed files with 97 additions and 49 deletions
|
@ -140,6 +140,7 @@ AUTH_PASSWORD_VALIDATORS = [
|
|||
LANGUAGE_CODE = 'en-us'
|
||||
LANGUAGES = [
|
||||
('en-us', _('English')),
|
||||
('fr-fr', _('French')),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue