mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #388 from mewtaylor/issue/gh-381-languages
[Master] Fix GH-381: add languages to custom config
This commit is contained in:
commit
358a5acf97
1 changed files with 15 additions and 3 deletions
|
@ -3,10 +3,18 @@
|
|||
"locale": "an",
|
||||
"parentLocale": "ca"
|
||||
},
|
||||
"cat": {
|
||||
"locale": "cat",
|
||||
"parentLocale": "en"
|
||||
},
|
||||
"ht": {
|
||||
"locale": "ht",
|
||||
"parentLocale": "fr"
|
||||
},
|
||||
"ja-hr": {
|
||||
"locale": "ja-hr",
|
||||
"parentLocale": "ja"
|
||||
},
|
||||
"la": {
|
||||
"locale": "la",
|
||||
"parentLocale": "it"
|
||||
|
@ -15,8 +23,12 @@
|
|||
"locale": "yum",
|
||||
"parentLocale": "en"
|
||||
},
|
||||
"cat": {
|
||||
"locale": "cat",
|
||||
"parentLocale": "en"
|
||||
"zh-cn": {
|
||||
"locale": "zh-cn",
|
||||
"parentLocale": "zh"
|
||||
},
|
||||
"zh-tw": {
|
||||
"locale": "zh-tw",
|
||||
"parentLocale": "zh"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue