Commit e3edb4e9 by Saleem Latif

remove no-op translations from devstack.py

parent c66d3cba
...@@ -162,17 +162,16 @@ FEATURES['CERTIFICATES_HTML_VIEW'] = True ...@@ -162,17 +162,16 @@ FEATURES['CERTIFICATES_HTML_VIEW'] = True
########################## Course Discovery ####################### ########################## Course Discovery #######################
_ = lambda s: s LANGUAGE_MAP = {'terms': {lang: display for lang, display in ALL_LANGUAGES}, 'name': 'Language'}
LANGUAGE_MAP = {'terms': {lang: display for lang, display in ALL_LANGUAGES}, 'name': _('Language')}
COURSE_DISCOVERY_MEANINGS = { COURSE_DISCOVERY_MEANINGS = {
'org': { 'org': {
'name': _('Organization'), 'name': 'Organization',
}, },
'modes': { 'modes': {
'name': _('Course Type'), 'name': 'Course Type',
'terms': { 'terms': {
'honor': _('Honor'), 'honor': 'Honor',
'verified': _('Verified'), 'verified': 'Verified',
}, },
}, },
'language': LANGUAGE_MAP, 'language': LANGUAGE_MAP,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment