Skip to content

Commit

Permalink
Regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 7, 2019
1 parent 0697e98 commit 3344c5e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
34 changes: 24 additions & 10 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"code": "Dogr",
"name": "Dogra",
"numeric": "328",
"pva": null,
"pva": "Dogra",
"date": "2016-12-05"
},
{
Expand Down Expand Up @@ -279,6 +279,13 @@
"pva": "Elbasan",
"date": "2014-11-15"
},
{
"code": "Elym",
"name": "Elymaic",
"numeric": "128",
"pva": "Elymaic",
"date": "2018-08-26"
},
{
"code": "Ethi",
"name": "Ethiopic (Geʻez)",
Expand Down Expand Up @@ -311,14 +318,14 @@
"code": "Gong",
"name": "Gunjala Gondi",
"numeric": "312",
"pva": null,
"pva": "Gunjala_Gondi",
"date": "2016-12-05"
},
{
"code": "Gonm",
"name": "Masaram Gondi",
"numeric": "313",
"pva": "Masaram Gondi",
"pva": "Masaram_Gondi",
"date": "2017-07-26"
},
{
Expand Down Expand Up @@ -437,7 +444,7 @@
"code": "Hmnp",
"name": "Nyiakeng Puachue Hmong",
"numeric": "451",
"pva": null,
"pva": "Nyiakeng_Puachue_Hmong",
"date": "2017-07-26"
},
{
Expand Down Expand Up @@ -682,7 +689,7 @@
"code": "Maka",
"name": "Makasar",
"numeric": "366",
"pva": null,
"pva": "Makasar",
"date": "2016-12-05"
},
{
Expand Down Expand Up @@ -717,7 +724,7 @@
"code": "Medf",
"name": "Medefaidrin (Oberi Okaime, Oberi Ɔkaimɛ)",
"numeric": "265",
"pva": null,
"pva": "Medefaidrin",
"date": "2016-12-05"
},
{
Expand Down Expand Up @@ -797,6 +804,13 @@
"pva": "Myanmar",
"date": "2004-05-01"
},
{
"code": "Nand",
"name": "Nandinagari",
"numeric": "311",
"pva": "Nandinagari",
"date": "2018-08-26"
},
{
"code": "Narb",
"name": "Old North Arabian (Ancient North Arabian)",
Expand Down Expand Up @@ -990,7 +1004,7 @@
"code": "Rohg",
"name": "Hanifi Rohingya",
"numeric": "167",
"pva": null,
"pva": "Hanifi_Rohingya",
"date": "2017-11-21"
},
{
Expand Down Expand Up @@ -1088,14 +1102,14 @@
"code": "Sogd",
"name": "Sogdian",
"numeric": "141",
"pva": null,
"pva": "Sogdian",
"date": "2017-11-21"
},
{
"code": "Sogo",
"name": "Old Sogdian",
"numeric": "142",
"pva": null,
"pva": "Old_Sogdian",
"date": "2017-11-21"
},
{
Expand Down Expand Up @@ -1291,7 +1305,7 @@
"code": "Wcho",
"name": "Wancho",
"numeric": "283",
"pva": null,
"pva": "Wancho",
"date": "2017-07-26"
},
{
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm install iso-15924
```javascript
var iso15924 = require('iso-15924')

iso15924.length // => 197
console.log(iso15924.length) // => 199

console.log(iso15924.slice(0, 10))
```
Expand Down

0 comments on commit 3344c5e

Please sign in to comment.