Commit 358a5acf authored by Matthew Taylor's avatar Matthew Taylor

Merge pull request #388 from mewtaylor/issue/gh-381-languages

[Master] Fix GH-381: add languages to custom config
parents e6e91ccc 0529c903
......@@ -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"
}
}
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