Add translation support

This commit is contained in:
rubenwardy
2019-07-29 21:44:39 +01:00
parent 3c8a8b8988
commit 60483ef542
8 changed files with 55 additions and 39 deletions

View File

@@ -23,3 +23,7 @@ MAIL_SERVER=""
MAIL_PORT=587
MAIL_USE_TLS=True
MAIL_UTILS_ERROR_SEND_TO=[""]
LANGUAGES = {
'en': 'English',
}