Skip to content
This repository has been archived by the owner on Jul 12, 2018. It is now read-only.

Bug 858008 : update aliases for locales #53

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion settings.py
Expand Up @@ -37,9 +37,10 @@
# LANGS.
LANG_FALLBACK = {
'be': 'ru',
'en-GB': 'en-US',
'es-MX': 'es-ES',
'mn': 'ru',
'ar': 'en-US',
'he': 'en-US',
}

# View to build - specify either 'passive' or 'urgent'
Expand Down