Commit 0529c903 authored by Matthew Taylor's avatar Matthew Taylor

Add languages to custom locales

These languages are not supported in `intl-messageformat`. Fixes #381.
parent e6e91ccc
......@@ -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