Skip to content

Commit

Permalink
[smarcet] - #12828
Browse files Browse the repository at this point in the history
* updated languages list
** Korean
** German
** Chinese Traditional
** Chinese Mandarin
  • Loading branch information
smarcet committed Jun 7, 2017
1 parent 5d20820 commit 640974e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions survey_builder/ui/source/js/survey.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ import LanguageSelector from '../../../../gettext/ui/source/js/components/Langua
// add supported languages here

const languages = [
"es_ES",
//"es_ES",
"en_US",
"zh_CN",
"zh_TW",
"ko_KR",
"ja_JP",
"id_ID",
"fr_FR",
"de_DE",
"ru_RU",
"zh_CN", // Chinese Traditional
"zh_TW", // Chinese Mandarin
"ko_KR", // Korean
//"ja_JP",
//"id_ID",
//"fr_FR",
"de_DE", // German
//"ru_RU",
];
// get language cookie, is none, then default is en_US
var lang = $.cookie('GetTextLocale');
Expand Down

0 comments on commit 640974e

Please sign in to comment.