diff options
Diffstat (limited to 'config.example.cfg')
-rw-r--r-- | config.example.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.example.cfg b/config.example.cfg index ae78f29..09aac7f 100644 --- a/config.example.cfg +++ b/config.example.cfg @@ -23,3 +23,7 @@ MAIL_SERVER="" MAIL_PORT=587 MAIL_USE_TLS=True MAIL_UTILS_ERROR_SEND_TO=[""] + +LANGUAGES = { + 'en': 'English', +} |