Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions LanguageData/iso6393
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ cek I L Eastern Khumi Chin
cen I L Cen
ces cze ces cs I L Czech
cet I L Centúúm
cey I L Laoktu Chin
cey I L Ekai Chin
cfa I L Dijim-Bwilim
cfd I L Cara
cfg I L Como Karim
Expand Down Expand Up @@ -3991,7 +3991,7 @@ mgl I L Maleu-Kilenge
mgm I L Mambae
mgn I L Mbangi
mgo I L Meta'
mgp I L Magar
mgp I L Eastern Magar
mgq I L Malila
mgr I L Mambwe-Lungu
mgs I L Manda (Tanzania)
Expand Down Expand Up @@ -4248,10 +4248,11 @@ mqz I L Pano
mra I L Mlabri
mrb I L Marino
mrc I L Maricopa
mrd I L Western Magar
mre I E Martha's Vineyard Sign Language
mrf I L Elseng
mrg I L Mising
mrh I L Mara
mrh I L Mara Chin
mri mao mri mi I L Maori
mrj I L Western Mari
mrk I L Hmwaveke
Expand Down Expand Up @@ -5842,6 +5843,7 @@ shh I L Shoshoni
shi I L Tachelhit
shj I L Shatt
shk I L Shilluk
shl I L Shendu
shm I L Shahrudi
shn shn shn I L Shan
sho I L Shanga
Expand Down
18 changes: 15 additions & 3 deletions LanguageData/iso6393.json
Original file line number Diff line number Diff line change
Expand Up @@ -7435,7 +7435,7 @@
"Id": "cey",
"Scope": "I",
"LanguageType": "L",
"RefName": "Laoktu Chin"
"RefName": "Ekai Chin"
},
{
"Id": "cfa",
Expand Down Expand Up @@ -24538,7 +24538,7 @@
"Id": "mgp",
"Scope": "I",
"LanguageType": "L",
"RefName": "Magar"
"RefName": "Eastern Magar"
},
{
"Id": "mgq",
Expand Down Expand Up @@ -26102,6 +26102,12 @@
"LanguageType": "L",
"RefName": "Maricopa"
},
{
"Id": "mrd",
"Scope": "I",
"LanguageType": "L",
"RefName": "Western Magar"
},
{
"Id": "mre",
"Scope": "I",
Expand All @@ -26124,7 +26130,7 @@
"Id": "mrh",
"Scope": "I",
"LanguageType": "L",
"RefName": "Mara"
"RefName": "Mara Chin"
},
{
"Id": "mri",
Expand Down Expand Up @@ -35847,6 +35853,12 @@
"LanguageType": "L",
"RefName": "Shilluk"
},
{
"Id": "shl",
"Scope": "I",
"LanguageType": "L",
"RefName": "Shendu"
},
{
"Id": "shm",
"Scope": "I",
Expand Down
28 changes: 25 additions & 3 deletions LanguageTags/Iso6393DataGen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13399,7 +13399,7 @@ public static Iso6393Data Create() =>
Part1 = null,
Scope = "I",
LanguageType = "L",
RefName = "Laoktu Chin",
RefName = "Ekai Chin",
Comment = null,
},
new()
Expand Down Expand Up @@ -43935,7 +43935,7 @@ public static Iso6393Data Create() =>
Part1 = null,
Scope = "I",
LanguageType = "L",
RefName = "Magar",
RefName = "Eastern Magar",
Comment = null,
},
new()
Expand Down Expand Up @@ -46755,6 +46755,17 @@ public static Iso6393Data Create() =>
Comment = null,
},
new()
{
Id = "mrd",
Part2B = null,
Part2T = null,
Part1 = null,
Scope = "I",
LanguageType = "L",
RefName = "Western Magar",
Comment = null,
},
new()
{
Id = "mre",
Part2B = null,
Expand Down Expand Up @@ -46795,7 +46806,7 @@ public static Iso6393Data Create() =>
Part1 = null,
Scope = "I",
LanguageType = "L",
RefName = "Mara",
RefName = "Mara Chin",
Comment = null,
},
new()
Expand Down Expand Up @@ -64289,6 +64300,17 @@ public static Iso6393Data Create() =>
Comment = null,
},
new()
{
Id = "shl",
Part2B = null,
Part2T = null,
Part1 = null,
Scope = "I",
LanguageType = "L",
RefName = "Shendu",
Comment = null,
},
new()
{
Id = "shm",
Part2B = null,
Expand Down