Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
4d7be021
Commit
4d7be021
authored
Jan 07, 2016
by
Matt Drayer
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11140 from edx/saleem-latif/SOL-1431
SOL-1431: Remove no-op translations from devstack.py
parents
b7b8c745
e3edb4e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
lms/envs/devstack.py
+5
-6
No files found.
lms/envs/devstack.py
View file @
4d7be021
...
...
@@ -170,17 +170,16 @@ FEATURES['CERTIFICATES_HTML_VIEW'] = True
########################## 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
=
{
'org'
:
{
'name'
:
_
(
'Organization'
)
,
'name'
:
'Organization'
,
},
'modes'
:
{
'name'
:
_
(
'Course Type'
)
,
'name'
:
'Course Type'
,
'terms'
:
{
'honor'
:
_
(
'Honor'
)
,
'verified'
:
_
(
'Verified'
)
,
'honor'
:
'Honor'
,
'verified'
:
'Verified'
,
},
},
'language'
:
LANGUAGE_MAP
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment