From 84ecac97bddd0af874bb50b5e683ab1c8ef07609 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Mon, 19 May 2014 15:24:36 -0400 Subject: [PATCH] Add Oriya language --- conf/locale/config.yaml | 1 + lms/envs/common.py | 1 + 2 files changed, 2 insertions(+) diff --git a/conf/locale/config.yaml b/conf/locale/config.yaml index a02e659ae2..8a187259e0 100644 --- a/conf/locale/config.yaml +++ b/conf/locale/config.yaml @@ -49,6 +49,7 @@ locales: - nb # Norwegian Bokmål - ne # Nepali - nl_NL # Dutch (Netherlands) + - or # Oriya - pl # Polish - pt_BR # Portuguese (Brazil) - pt_PT # Portuguese (Portugal) diff --git a/lms/envs/common.py b/lms/envs/common.py index b44851cc0b..09b4180949 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -608,6 +608,7 @@ LANGUAGES = ( ('nb', u'Norsk bokmål'), # Norwegian Bokmål ('ne', u'नेपाली'), # Nepali ('nl-nl', u'Nederlands (Nederland)'), # Dutch (Netherlands) + ('or', u'ଓଡ଼ିଆ'), # Oriya ('pl', u'Polski'), # Polish ('pt-br', u'Português (Brasil)'), # Portuguese (Brazil) ('pt-pt', u'Português (Portugal)'), # Portuguese (Portugal)