Skip to content

Commit

Permalink
Regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 24, 2020
1 parent cfddfaf commit cdc2cfe
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var normalize = require('bcp-47/lib/normalize')
var own = {}.hasOwnProperty

var endpoint =
'https://raw.githubusercontent.com/unicode-org/cldr/master/common/supplemental/supplementalMetadata.xml'
'https://raw.githubusercontent.com/unicode-org/cldr/HEAD/common/supplemental/supplementalMetadata.xml'

fetch(endpoint)
.then((response) => response.text())
Expand Down
3 changes: 3 additions & 0 deletions lib/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"dav-ke",
"de-de",
"dje-ne",
"doi-in",
"dsb-de",
"dua-cm",
"dv-mv",
Expand Down Expand Up @@ -190,6 +191,7 @@
"nr-za",
"nso-za",
"nus-ss",
"nv-us",
"ny-mw",
"nyn-ug",
"oc-fr",
Expand Down Expand Up @@ -269,6 +271,7 @@
"to-to",
"tr-tr",
"trv-tw",
"trw-pk",
"ts-za",
"tt-ru",
"twq-ne",
Expand Down
72 changes: 72 additions & 0 deletions lib/matches.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,78 @@
"from": "nns",
"to": "nbr"
},
{
"from": "sgn-br",
"to": "bzs"
},
{
"from": "sgn-co",
"to": "csn"
},
{
"from": "sgn-de",
"to": "gsg"
},
{
"from": "sgn-dk",
"to": "dsl"
},
{
"from": "sgn-fr",
"to": "fsl"
},
{
"from": "sgn-gb",
"to": "bfi"
},
{
"from": "sgn-gr",
"to": "gss"
},
{
"from": "sgn-ie",
"to": "isg"
},
{
"from": "sgn-it",
"to": "ise"
},
{
"from": "sgn-jp",
"to": "jsl"
},
{
"from": "sgn-mx",
"to": "mfs"
},
{
"from": "sgn-ni",
"to": "ncs"
},
{
"from": "sgn-nl",
"to": "dse"
},
{
"from": "sgn-no",
"to": "nsi"
},
{
"from": "sgn-pt",
"to": "psr"
},
{
"from": "sgn-se",
"to": "swl"
},
{
"from": "sgn-us",
"to": "ase"
},
{
"from": "sgn-za",
"to": "sfs"
},
{
"from": "no-bokmal",
"to": "nb"
Expand Down

0 comments on commit cdc2cfe

Please sign in to comment.