Allow changing of language preference from profile page

This commit is contained in:
Renzo Lucioni
2014-09-26 17:31:46 -04:00
parent c5530b758d
commit 254a0ce6c8
15 changed files with 426 additions and 83 deletions

View File

@@ -308,6 +308,8 @@ TIME_ZONE = 'America/New_York' # http://en.wikipedia.org/wiki/List_of_tz_zones_
LANGUAGE_CODE = 'en' # http://www.i18nguy.com/unicode/language-identifiers.html
LANGUAGES = lms.envs.common.LANGUAGES
LANGUAGE_DICT = dict(LANGUAGES)
USE_I18N = True
USE_L10N = True