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
ed5c36ee
Commit
ed5c36ee
authored
May 21, 2014
by
Sarina Canelake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Gujarati language
parent
84ecac97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
conf/locale/config.yaml
+1
-0
lms/envs/common.py
+5
-4
No files found.
conf/locale/config.yaml
View file @
ed5c36ee
...
@@ -30,6 +30,7 @@ locales:
...
@@ -30,6 +30,7 @@ locales:
-
fi_FI
# Finnish (Finland)
-
fi_FI
# Finnish (Finland)
-
fr
# French
-
fr
# French
-
gl
# Galician
-
gl
# Galician
-
gu
# Gujarati
-
he
# Hebrew
-
he
# Hebrew
-
hi
# Hindi
-
hi
# Hindi
-
hr
# Croatian
-
hr
# Croatian
...
...
lms/envs/common.py
View file @
ed5c36ee
...
@@ -589,6 +589,7 @@ LANGUAGES = (
...
@@ -589,6 +589,7 @@ LANGUAGES = (
(
'fi-fi'
,
u'Suomi (Suomi)'
),
# Finnish (Finland)
(
'fi-fi'
,
u'Suomi (Suomi)'
),
# Finnish (Finland)
(
'fr'
,
u'Français'
),
# French
(
'fr'
,
u'Français'
),
# French
(
'gl'
,
u'Galego'
),
# Galician
(
'gl'
,
u'Galego'
),
# Galician
(
'gu'
,
u'ગુજરાતી'
),
# Gujarati
(
'he'
,
u'עברית'
),
# Hebrew
(
'he'
,
u'עברית'
),
# Hebrew
(
'hi'
,
u'हिन्दी'
),
# Hindi
(
'hi'
,
u'हिन्दी'
),
# Hindi
(
'hr'
,
u'hrvatski'
),
# Croatian
(
'hr'
,
u'hrvatski'
),
# Croatian
...
@@ -596,11 +597,11 @@ LANGUAGES = (
...
@@ -596,11 +597,11 @@ LANGUAGES = (
(
'hy-am'
,
u'Հայերեն (Հայաստան)'
),
# Armenian (Armenia)
(
'hy-am'
,
u'Հայերեն (Հայաստան)'
),
# Armenian (Armenia)
(
'id'
,
u'Bahasa Indonesia'
),
# Indonesian
(
'id'
,
u'Bahasa Indonesia'
),
# Indonesian
(
'it-it'
,
u'Italiano (Italia)'
),
# Italian (Italy)
(
'it-it'
,
u'Italiano (Italia)'
),
# Italian (Italy)
(
'ja-jp'
,
u'日本語(日本)'
),
# Japanese (Japan)
(
'ja-jp'
,
u'日本語
(日本)'
),
# Japanese (Japan)
(
'kk-kz'
,
u'қазақ тілі (Қазақстан)'
),
# Kazakh (Kazakhstan)
(
'kk-kz'
,
u'қазақ тілі (Қазақстан)'
),
# Kazakh (Kazakhstan)
(
'km-kh'
,
u'ភាសាខ្មែរ (កម្ពុជា)'
),
# Khmer (Cambodia)
(
'km-kh'
,
u'ភាសាខ្មែរ (កម្ពុជា)'
),
# Khmer (Cambodia)
(
'kn'
,
u'ಕನ್ನಡ'
),
# Kannada
(
'kn'
,
u'ಕನ್ನಡ'
),
# Kannada
(
'ko-kr'
,
u'한국어(대한민국)'
),
# Korean (Korea)
(
'ko-kr'
,
u'한국어
(대한민국)'
),
# Korean (Korea)
(
'lt-lt'
,
u'Lietuvių (Lietuva)'
),
# Lithuanian (Lithuania)
(
'lt-lt'
,
u'Lietuvių (Lietuva)'
),
# Lithuanian (Lithuania)
(
'ml'
,
u'മലയാളം'
),
# Malayalam
(
'ml'
,
u'മലയാളം'
),
# Malayalam
(
'mn'
,
u'Монгол хэл'
),
# Mongolian
(
'mn'
,
u'Монгол хэл'
),
# Mongolian
...
@@ -622,8 +623,8 @@ LANGUAGES = (
...
@@ -622,8 +623,8 @@ LANGUAGES = (
(
'uk'
,
u'Українська'
),
# Ukranian
(
'uk'
,
u'Українська'
),
# Ukranian
(
'ur'
,
u'اردو'
),
# Urdu
(
'ur'
,
u'اردو'
),
# Urdu
(
'vi'
,
u'Tiếng Việt'
),
# Vietnamese
(
'vi'
,
u'Tiếng Việt'
),
# Vietnamese
(
'zh-cn'
,
u'中文(简体)'
),
# Chinese (China)
(
'zh-cn'
,
u'中文
(简体)'
),
# Chinese (China)
(
'zh-tw'
,
u'中文(台灣)'
),
# Chinese (Taiwan)
(
'zh-tw'
,
u'中文
(台灣)'
),
# Chinese (Taiwan)
)
)
LANGUAGE_DICT
=
dict
(
LANGUAGES
)
LANGUAGE_DICT
=
dict
(
LANGUAGES
)
...
...
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