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 @@ ...@@ -3,10 +3,18 @@
"locale": "an", "locale": "an",
"parentLocale": "ca" "parentLocale": "ca"
}, },
"cat": {
"locale": "cat",
"parentLocale": "en"
},
"ht": { "ht": {
"locale": "ht", "locale": "ht",
"parentLocale": "fr" "parentLocale": "fr"
}, },
"ja-hr": {
"locale": "ja-hr",
"parentLocale": "ja"
},
"la": { "la": {
"locale": "la", "locale": "la",
"parentLocale": "it" "parentLocale": "it"
...@@ -15,8 +23,12 @@ ...@@ -15,8 +23,12 @@
"locale": "yum", "locale": "yum",
"parentLocale": "en" "parentLocale": "en"
}, },
"cat": { "zh-cn": {
"locale": "cat", "locale": "zh-cn",
"parentLocale": "en" "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