mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
2400 lines
180 KiB
C#
2400 lines
180 KiB
C#
using Microsoft.EntityFrameworkCore;
|
||
|
||
namespace Cicm.Database.Seeders.Iso639Split
|
||
{
|
||
public static class G
|
||
{
|
||
public static void Seed(ModelBuilder modelBuilder)
|
||
{
|
||
modelBuilder.Entity<Models.Iso639>().HasData(new
|
||
{
|
||
Id = "gaa",
|
||
Part2B = "gaa",
|
||
Part2T = "gaa",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ga"
|
||
},
|
||
new
|
||
{
|
||
Id = "gab",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gabri"
|
||
},
|
||
new
|
||
{
|
||
Id = "gac",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Mixed Great Andamanese"
|
||
},
|
||
new
|
||
{
|
||
Id = "gad",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gaddang"
|
||
},
|
||
new
|
||
{
|
||
Id = "gae",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guarequena"
|
||
},
|
||
new
|
||
{
|
||
Id = "gaf",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gende"
|
||
},
|
||
new
|
||
{
|
||
Id = "gag",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gagauz"
|
||
},
|
||
new
|
||
{
|
||
Id = "gah",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Alekano"
|
||
},
|
||
new
|
||
{
|
||
Id = "gai",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Borei"
|
||
},
|
||
new
|
||
{
|
||
Id = "gaj",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gadsup"
|
||
},
|
||
new
|
||
{
|
||
Id = "gak",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gamkonora"
|
||
},
|
||
new
|
||
{
|
||
Id = "gal",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Galolen"
|
||
},
|
||
new
|
||
{
|
||
Id = "gam",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Kandawo"
|
||
},
|
||
new
|
||
{
|
||
Id = "gan",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gan Chinese"
|
||
},
|
||
new
|
||
{
|
||
Id = "gao",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gants"
|
||
},
|
||
new
|
||
{
|
||
Id = "gap",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gal"
|
||
},
|
||
new
|
||
{
|
||
Id = "gaq",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gata'"
|
||
},
|
||
new
|
||
{
|
||
Id = "gar",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Galeya"
|
||
},
|
||
new
|
||
{
|
||
Id = "gas",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Adiwasi Garasia"
|
||
},
|
||
new
|
||
{
|
||
Id = "gat",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Kenati"
|
||
},
|
||
new
|
||
{
|
||
Id = "gau",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Mudhili Gadaba"
|
||
},
|
||
new
|
||
{
|
||
Id = "gaw",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Nobonob"
|
||
},
|
||
new
|
||
{
|
||
Id = "gax",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Borana-Arsi-Guji Oromo"
|
||
},
|
||
new
|
||
{
|
||
Id = "gay",
|
||
Part2B = "gay",
|
||
Part2T = "gay",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gayo"
|
||
},
|
||
new
|
||
{
|
||
Id = "gaz",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "West Central Oromo"
|
||
},
|
||
new
|
||
{
|
||
Id = "gba",
|
||
Part2B = "gba",
|
||
Part2T = "gba",
|
||
Scope = "M",
|
||
Type = "L",
|
||
ReferenceName = "Gbaya (Central African Republic)"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbb",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Kaytetye"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbd",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Karajarri"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbe",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Niksek"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbf",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gaikundi"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbg",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gbanziri"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbh",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Defi Gbe"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbi",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Galela"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbj",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Bodo Gadaba"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbk",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gaddi"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbl",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gamit"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbm",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Garhwali"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbn",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Mo'da"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbo",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Northern Grebo"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbp",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gbaya-Bossangoa"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbq",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gbaya-Bozoum"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbr",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gbagyi"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbs",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gbesi Gbe"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbu",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gagadu"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbv",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gbanu"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbw",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gabi-Gabi"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbx",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Eastern Xwla Gbe"
|
||
},
|
||
new
|
||
{
|
||
Id = "gby",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gbari"
|
||
},
|
||
new
|
||
{
|
||
Id = "gbz",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Zoroastrian Dari"
|
||
},
|
||
new
|
||
{
|
||
Id = "gcc",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Mali"
|
||
},
|
||
new
|
||
{
|
||
Id = "gcd",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Ganggalida"
|
||
},
|
||
new
|
||
{
|
||
Id = "gce",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Galice"
|
||
},
|
||
new
|
||
{
|
||
Id = "gcf",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guadeloupean Creole French"
|
||
},
|
||
new
|
||
{
|
||
Id = "gcl",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Grenadian Creole English"
|
||
},
|
||
new
|
||
{
|
||
Id = "gcn",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gaina"
|
||
},
|
||
new
|
||
{
|
||
Id = "gcr",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guianese Creole French"
|
||
},
|
||
new
|
||
{
|
||
Id = "gct",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Colonia Tovar German"
|
||
},
|
||
new
|
||
{
|
||
Id = "gda",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gade Lohar"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdb",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Pottangi Ollar Gadaba"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdc",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Gugu Badhun"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdd",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gedaged"
|
||
},
|
||
new
|
||
{
|
||
Id = "gde",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gude"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdf",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guduf-Gava"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdg",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ga'dang"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdh",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gadjerawang"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdi",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gundi"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdj",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gurdjar"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdk",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gadang"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdl",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Dirasha"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdm",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Laal"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdn",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Umanakaina"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdo",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ghodoberi"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdq",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Mehri"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdr",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Wipi"
|
||
},
|
||
new
|
||
{
|
||
Id = "gds",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ghandruk Sign Language"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdt",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Kungardutyi"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdu",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gudu"
|
||
},
|
||
new
|
||
{
|
||
Id = "gdx",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Godwari"
|
||
},
|
||
new
|
||
{
|
||
Id = "gea",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Geruma"
|
||
},
|
||
new
|
||
{
|
||
Id = "geb",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Kire"
|
||
},
|
||
new
|
||
{
|
||
Id = "gec",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gboloo Grebo"
|
||
},
|
||
new
|
||
{
|
||
Id = "ged",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gade"
|
||
},
|
||
new
|
||
{
|
||
Id = "geg",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gengle"
|
||
},
|
||
new
|
||
{
|
||
Id = "geh",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Hutterite German"
|
||
},
|
||
new
|
||
{
|
||
Id = "gei",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gebe"
|
||
},
|
||
new
|
||
{
|
||
Id = "gej",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gen"
|
||
},
|
||
new
|
||
{
|
||
Id = "gek",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ywom"
|
||
},
|
||
new
|
||
{
|
||
Id = "gel",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "ut-Ma'in"
|
||
},
|
||
new
|
||
{
|
||
Id = "geq",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Geme"
|
||
},
|
||
new
|
||
{
|
||
Id = "ges",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Geser-Gorom"
|
||
},
|
||
new
|
||
{
|
||
Id = "gev",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Eviya"
|
||
},
|
||
new
|
||
{
|
||
Id = "gew",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gera"
|
||
},
|
||
new
|
||
{
|
||
Id = "gex",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Garre"
|
||
},
|
||
new
|
||
{
|
||
Id = "gey",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Enya"
|
||
},
|
||
new
|
||
{
|
||
Id = "gez",
|
||
Part2B = "gez",
|
||
Part2T = "gez",
|
||
Scope = "I",
|
||
Type = "A",
|
||
ReferenceName = "Geez"
|
||
},
|
||
new
|
||
{
|
||
Id = "gfk",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Patpatar"
|
||
},
|
||
new
|
||
{
|
||
Id = "gft",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Gafat"
|
||
},
|
||
new
|
||
{
|
||
Id = "gga",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gao"
|
||
},
|
||
new
|
||
{
|
||
Id = "ggb",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gbii"
|
||
},
|
||
new
|
||
{
|
||
Id = "ggd",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Gugadj"
|
||
},
|
||
new
|
||
{
|
||
Id = "gge",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gurr-goni"
|
||
},
|
||
new
|
||
{
|
||
Id = "ggg",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gurgula"
|
||
},
|
||
new
|
||
{
|
||
Id = "ggk",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Kungarakany"
|
||
},
|
||
new
|
||
{
|
||
Id = "ggl",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ganglau"
|
||
},
|
||
new
|
||
{
|
||
Id = "ggt",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gitua"
|
||
},
|
||
new
|
||
{
|
||
Id = "ggu",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gagu"
|
||
},
|
||
new
|
||
{
|
||
Id = "ggw",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gogodala"
|
||
},
|
||
new
|
||
{
|
||
Id = "gha",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ghadamès"
|
||
},
|
||
new
|
||
{
|
||
Id = "ghc",
|
||
Scope = "I",
|
||
Type = "H",
|
||
ReferenceName = "Hiberno-Scottish Gaelic"
|
||
},
|
||
new
|
||
{
|
||
Id = "ghe",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Southern Ghale"
|
||
},
|
||
new
|
||
{
|
||
Id = "ghh",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Northern Ghale"
|
||
},
|
||
new
|
||
{
|
||
Id = "ghk",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Geko Karen"
|
||
},
|
||
new
|
||
{
|
||
Id = "ghl",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ghulfan"
|
||
},
|
||
new
|
||
{
|
||
Id = "ghn",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ghanongga"
|
||
},
|
||
new
|
||
{
|
||
Id = "gho",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Ghomara"
|
||
},
|
||
new
|
||
{
|
||
Id = "ghr",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ghera"
|
||
},
|
||
new
|
||
{
|
||
Id = "ghs",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guhu-Samane"
|
||
},
|
||
new
|
||
{
|
||
Id = "ght",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Kuke"
|
||
},
|
||
new
|
||
{
|
||
Id = "gia",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Kija"
|
||
},
|
||
new
|
||
{
|
||
Id = "gib",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gibanawa"
|
||
},
|
||
new
|
||
{
|
||
Id = "gic",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gail"
|
||
},
|
||
new
|
||
{
|
||
Id = "gid",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gidar"
|
||
},
|
||
new
|
||
{
|
||
Id = "gie",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gaɓogbo"
|
||
},
|
||
new
|
||
{
|
||
Id = "gig",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Goaria"
|
||
},
|
||
new
|
||
{
|
||
Id = "gih",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Githabul"
|
||
},
|
||
new
|
||
{
|
||
Id = "gil",
|
||
Part2B = "gil",
|
||
Part2T = "gil",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gilbertese"
|
||
},
|
||
new
|
||
{
|
||
Id = "gim",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gimi (Eastern Highlands)"
|
||
},
|
||
new
|
||
{
|
||
Id = "gin",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Hinukh"
|
||
},
|
||
new
|
||
{
|
||
Id = "gip",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gimi (West New Britain)"
|
||
},
|
||
new
|
||
{
|
||
Id = "giq",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Green Gelao"
|
||
},
|
||
new
|
||
{
|
||
Id = "gir",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Red Gelao"
|
||
},
|
||
new
|
||
{
|
||
Id = "gis",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "North Giziga"
|
||
},
|
||
new
|
||
{
|
||
Id = "git",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gitxsan"
|
||
},
|
||
new
|
||
{
|
||
Id = "giu",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Mulao"
|
||
},
|
||
new
|
||
{
|
||
Id = "giw",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "White Gelao"
|
||
},
|
||
new
|
||
{
|
||
Id = "gix",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gilima"
|
||
},
|
||
new
|
||
{
|
||
Id = "giy",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Giyug"
|
||
},
|
||
new
|
||
{
|
||
Id = "giz",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "South Giziga"
|
||
},
|
||
new
|
||
{
|
||
Id = "gji",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Geji"
|
||
},
|
||
new
|
||
{
|
||
Id = "gjk",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Kachi Koli"
|
||
},
|
||
new
|
||
{
|
||
Id = "gjm",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Gunditjmara"
|
||
},
|
||
new
|
||
{
|
||
Id = "gjn",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gonja"
|
||
},
|
||
new
|
||
{
|
||
Id = "gjr",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gurindji Kriol"
|
||
},
|
||
new
|
||
{
|
||
Id = "gju",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gujari"
|
||
},
|
||
new
|
||
{
|
||
Id = "gka",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guya"
|
||
},
|
||
new
|
||
{
|
||
Id = "gkd",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Magɨ (Madang Province)"
|
||
},
|
||
new
|
||
{
|
||
Id = "gke",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ndai"
|
||
},
|
||
new
|
||
{
|
||
Id = "gkn",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gokana"
|
||
},
|
||
new
|
||
{
|
||
Id = "gko",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Kok-Nar"
|
||
},
|
||
new
|
||
{
|
||
Id = "gkp",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guinea Kpelle"
|
||
},
|
||
new
|
||
{
|
||
Id = "gku",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "ǂUngkue"
|
||
},
|
||
new
|
||
{
|
||
Id = "gla",
|
||
Part2B = "gla",
|
||
Part2T = "gla",
|
||
Part1 = "gd",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Scottish Gaelic"
|
||
},
|
||
new
|
||
{
|
||
Id = "glc",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Bon Gula"
|
||
},
|
||
new
|
||
{
|
||
Id = "gld",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Nanai"
|
||
},
|
||
new
|
||
{
|
||
Id = "gle",
|
||
Part2B = "gle",
|
||
Part2T = "gle",
|
||
Part1 = "ga",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Irish"
|
||
}, new
|
||
{
|
||
Id = "glg",
|
||
Part2B = "glg",
|
||
Part2T = "glg",
|
||
Part1 = "gl",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Galician"
|
||
},
|
||
new
|
||
{
|
||
Id = "glh",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Northwest Pashai"
|
||
},
|
||
new
|
||
{
|
||
Id = "gli",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Guliguli"
|
||
},
|
||
new
|
||
{
|
||
Id = "glj",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gula Iro"
|
||
},
|
||
new
|
||
{
|
||
Id = "glk",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gilaki"
|
||
},
|
||
new
|
||
{
|
||
Id = "gll",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Garlali"
|
||
},
|
||
new
|
||
{
|
||
Id = "glo",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Galambu"
|
||
},
|
||
new
|
||
{
|
||
Id = "glr",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Glaro-Twabo"
|
||
},
|
||
new
|
||
{
|
||
Id = "glu",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gula (Chad)"
|
||
},
|
||
new
|
||
{
|
||
Id = "glv",
|
||
Part2B = "glv",
|
||
Part2T = "glv",
|
||
Part1 = "gv",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Manx"
|
||
},
|
||
new
|
||
{
|
||
Id = "glw",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Glavda"
|
||
},
|
||
new
|
||
{
|
||
Id = "gly",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Gule"
|
||
},
|
||
new
|
||
{
|
||
Id = "gma",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Gambera"
|
||
},
|
||
new
|
||
{
|
||
Id = "gmb",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gula'alaa"
|
||
},
|
||
new
|
||
{
|
||
Id = "gmd",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Mághdì"
|
||
},
|
||
new
|
||
{
|
||
Id = "gmg",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Magɨyi"
|
||
},
|
||
new
|
||
{
|
||
Id = "gmh",
|
||
Part2B = "gmh",
|
||
Part2T = "gmh",
|
||
Scope = "I",
|
||
Type = "H",
|
||
ReferenceName = "Middle High German (ca. 1050-1500)"
|
||
},
|
||
new
|
||
{
|
||
Id = "gml",
|
||
Scope = "I",
|
||
Type = "H",
|
||
ReferenceName = "Middle Low German"
|
||
},
|
||
new
|
||
{
|
||
Id = "gmm",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gbaya-Mbodomo"
|
||
},
|
||
new
|
||
{
|
||
Id = "gmn",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gimnime"
|
||
},
|
||
new
|
||
{
|
||
Id = "gmu",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gumalu"
|
||
},
|
||
new
|
||
{
|
||
Id = "gmv",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gamo"
|
||
},
|
||
new
|
||
{
|
||
Id = "gmx",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Magoma"
|
||
},
|
||
new
|
||
{
|
||
Id = "gmy",
|
||
Scope = "I",
|
||
Type = "A",
|
||
ReferenceName = "Mycenaean Greek"
|
||
},
|
||
new
|
||
{
|
||
Id = "gmz",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Mgbolizhia"
|
||
},
|
||
new
|
||
{
|
||
Id = "gna",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Kaansa"
|
||
},
|
||
new
|
||
{
|
||
Id = "gnb",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gangte"
|
||
},
|
||
new
|
||
{
|
||
Id = "gnc",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Guanche"
|
||
},
|
||
new
|
||
{
|
||
Id = "gnd",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Zulgo-Gemzek"
|
||
},
|
||
new
|
||
{
|
||
Id = "gne",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ganang"
|
||
},
|
||
new
|
||
{
|
||
Id = "gng",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ngangam"
|
||
},
|
||
new
|
||
{
|
||
Id = "gnh",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Lere"
|
||
},
|
||
new
|
||
{
|
||
Id = "gni",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gooniyandi"
|
||
},
|
||
new
|
||
{
|
||
Id = "gnj",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ngen"
|
||
},
|
||
new
|
||
{
|
||
Id = "gnk",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "ǁGana"
|
||
},
|
||
new
|
||
{
|
||
Id = "gnl",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Gangulu"
|
||
},
|
||
new
|
||
{
|
||
Id = "gnm",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ginuman"
|
||
},
|
||
new
|
||
{
|
||
Id = "gnn",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gumatj"
|
||
},
|
||
new
|
||
{
|
||
Id = "gno",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Northern Gondi"
|
||
},
|
||
new
|
||
{
|
||
Id = "gnq",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gana"
|
||
},
|
||
new
|
||
{
|
||
Id = "gnr",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Gureng Gureng"
|
||
},
|
||
new
|
||
{
|
||
Id = "gnt",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guntai"
|
||
},
|
||
new
|
||
{
|
||
Id = "gnu",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gnau"
|
||
},
|
||
new
|
||
{
|
||
Id = "gnw",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Western Bolivian Guaraní"
|
||
},
|
||
new
|
||
{
|
||
Id = "gnz",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ganzi"
|
||
},
|
||
new
|
||
{
|
||
Id = "goa",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guro"
|
||
},
|
||
new
|
||
{
|
||
Id = "gob",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Playero"
|
||
},
|
||
new
|
||
{
|
||
Id = "goc",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gorakor"
|
||
},
|
||
new
|
||
{
|
||
Id = "god",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Godié"
|
||
},
|
||
new
|
||
{
|
||
Id = "goe",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gongduk"
|
||
},
|
||
new
|
||
{
|
||
Id = "gof",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gofa"
|
||
},
|
||
new
|
||
{
|
||
Id = "gog",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gogo"
|
||
},
|
||
new
|
||
{
|
||
Id = "goh",
|
||
Part2B = "goh",
|
||
Part2T = "goh",
|
||
Scope = "I",
|
||
Type = "H",
|
||
ReferenceName = "Old High German (ca. 750-1050)"
|
||
},
|
||
new
|
||
{
|
||
Id = "goi",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gobasi"
|
||
},
|
||
new
|
||
{
|
||
Id = "goj",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gowlan"
|
||
},
|
||
new
|
||
{
|
||
Id = "gok",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gowli"
|
||
},
|
||
new
|
||
{
|
||
Id = "gol",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gola"
|
||
},
|
||
new
|
||
{
|
||
Id = "gom",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Goan Konkani"
|
||
},
|
||
new
|
||
{
|
||
Id = "gon",
|
||
Part2B = "gon",
|
||
Part2T = "gon",
|
||
Scope = "M",
|
||
Type = "L",
|
||
ReferenceName = "Gondi"
|
||
},
|
||
new
|
||
{
|
||
Id = "goo",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gone Dau"
|
||
},
|
||
new
|
||
{
|
||
Id = "gop",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Yeretuar"
|
||
},
|
||
new
|
||
{
|
||
Id = "goq",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gorap"
|
||
},
|
||
new
|
||
{
|
||
Id = "gor",
|
||
Part2B = "gor",
|
||
Part2T = "gor",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gorontalo"
|
||
},
|
||
new
|
||
{
|
||
Id = "gos",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gronings"
|
||
},
|
||
new
|
||
{
|
||
Id = "got",
|
||
Part2B = "got",
|
||
Part2T = "got",
|
||
Scope = "I",
|
||
Type = "A",
|
||
ReferenceName = "Gothic"
|
||
},
|
||
new
|
||
{
|
||
Id = "gou",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gavar"
|
||
},
|
||
new
|
||
{
|
||
Id = "gow",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gorowa"
|
||
},
|
||
new
|
||
{
|
||
Id = "gox",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gobu"
|
||
},
|
||
new
|
||
{
|
||
Id = "goy",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Goundo"
|
||
},
|
||
new
|
||
{
|
||
Id = "goz",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gozarkhani"
|
||
},
|
||
new
|
||
{
|
||
Id = "gpa",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gupa-Abawa"
|
||
},
|
||
new
|
||
{
|
||
Id = "gpe",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ghanaian Pidgin English"
|
||
},
|
||
new
|
||
{
|
||
Id = "gpn",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Taiap"
|
||
},
|
||
new
|
||
{
|
||
Id = "gqa",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ga'anda"
|
||
},
|
||
new
|
||
{
|
||
Id = "gqi",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guiqiong"
|
||
},
|
||
new
|
||
{
|
||
Id = "gqn",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Guana (Brazil)"
|
||
},
|
||
new
|
||
{
|
||
Id = "gqr",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gor"
|
||
},
|
||
new
|
||
{
|
||
Id = "gqu",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Qau"
|
||
},
|
||
new
|
||
{
|
||
Id = "gra",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Rajput Garasia"
|
||
},
|
||
new
|
||
{
|
||
Id = "grb",
|
||
Part2B = "grb",
|
||
Part2T = "grb",
|
||
Scope = "M",
|
||
Type = "L",
|
||
ReferenceName = "Grebo"
|
||
}, new
|
||
{
|
||
Id = "grc",
|
||
Part2B = "grc",
|
||
Part2T = "grc",
|
||
Scope = "I",
|
||
Type = "H",
|
||
ReferenceName = "Ancient Greek (to 1453)"
|
||
},
|
||
new
|
||
{
|
||
Id = "grd",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guruntum-Mbaaru"
|
||
},
|
||
new
|
||
{
|
||
Id = "grg",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Madi"
|
||
},
|
||
new
|
||
{
|
||
Id = "grh",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gbiri-Niragu"
|
||
},
|
||
new
|
||
{
|
||
Id = "gri",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ghari"
|
||
},
|
||
new
|
||
{
|
||
Id = "grj",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Southern Grebo"
|
||
},
|
||
new
|
||
{
|
||
Id = "grm",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Kota Marudu Talantang"
|
||
},
|
||
new
|
||
{
|
||
Id = "grn",
|
||
Part2B = "grn",
|
||
Part2T = "grn",
|
||
Part1 = "gn",
|
||
Scope = "M",
|
||
Type = "L",
|
||
ReferenceName = "Guarani"
|
||
},
|
||
new
|
||
{
|
||
Id = "gro",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Groma"
|
||
},
|
||
new
|
||
{
|
||
Id = "grq",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gorovu"
|
||
},
|
||
new
|
||
{
|
||
Id = "grr",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Taznatit"
|
||
},
|
||
new
|
||
{
|
||
Id = "grs",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gresi"
|
||
},
|
||
new
|
||
{
|
||
Id = "grt",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Garo"
|
||
},
|
||
new
|
||
{
|
||
Id = "gru",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Kistane"
|
||
},
|
||
new
|
||
{
|
||
Id = "grv",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Central Grebo"
|
||
},
|
||
new
|
||
{
|
||
Id = "grw",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gweda"
|
||
},
|
||
new
|
||
{
|
||
Id = "grx",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guriaso"
|
||
},
|
||
new
|
||
{
|
||
Id = "gry",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Barclayville Grebo"
|
||
},
|
||
new
|
||
{
|
||
Id = "grz",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guramalum"
|
||
},
|
||
new
|
||
{
|
||
Id = "gse",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ghanaian Sign Language"
|
||
},
|
||
new
|
||
{
|
||
Id = "gsg",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "German Sign Language"
|
||
},
|
||
new
|
||
{
|
||
Id = "gsl",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gusilay"
|
||
},
|
||
new
|
||
{
|
||
Id = "gsm",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guatemalan Sign Language"
|
||
},
|
||
new
|
||
{
|
||
Id = "gsn",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Nema"
|
||
},
|
||
new
|
||
{
|
||
Id = "gso",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Southwest Gbaya"
|
||
},
|
||
new
|
||
{
|
||
Id = "gsp",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Wasembo"
|
||
},
|
||
new
|
||
{
|
||
Id = "gss",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Greek Sign Language"
|
||
},
|
||
new
|
||
{
|
||
Id = "gsw",
|
||
Part2B = "gsw",
|
||
Part2T = "gsw",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Swiss German"
|
||
},
|
||
new
|
||
{
|
||
Id = "gta",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guató"
|
||
},
|
||
new
|
||
{
|
||
Id = "gtu",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Aghu-Tharnggala"
|
||
},
|
||
new
|
||
{
|
||
Id = "gua",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Shiki"
|
||
},
|
||
new
|
||
{
|
||
Id = "gub",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guajajára"
|
||
},
|
||
new
|
||
{
|
||
Id = "guc",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Wayuu"
|
||
},
|
||
new
|
||
{
|
||
Id = "gud",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Yocoboué Dida"
|
||
},
|
||
new
|
||
{
|
||
Id = "gue",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gurindji"
|
||
},
|
||
new
|
||
{
|
||
Id = "guf",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gupapuyngu"
|
||
},
|
||
new
|
||
{
|
||
Id = "gug",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Paraguayan Guaraní"
|
||
},
|
||
new
|
||
{
|
||
Id = "guh",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guahibo"
|
||
},
|
||
new
|
||
{
|
||
Id = "gui",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Eastern Bolivian Guaraní"
|
||
},
|
||
new
|
||
{
|
||
Id = "guj",
|
||
Part2B = "guj",
|
||
Part2T = "guj",
|
||
Part1 = "gu",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gujarati"
|
||
},
|
||
new
|
||
{
|
||
Id = "guk",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gumuz"
|
||
},
|
||
new
|
||
{
|
||
Id = "gul",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Sea Island Creole English"
|
||
},
|
||
new
|
||
{
|
||
Id = "gum",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guambiano"
|
||
},
|
||
new
|
||
{
|
||
Id = "gun",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Mbyá Guaraní"
|
||
},
|
||
new
|
||
{
|
||
Id = "guo",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guayabero"
|
||
},
|
||
new
|
||
{
|
||
Id = "gup",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gunwinggu"
|
||
},
|
||
new
|
||
{
|
||
Id = "guq",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Aché"
|
||
},
|
||
new
|
||
{
|
||
Id = "gur",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Farefare"
|
||
},
|
||
new
|
||
{
|
||
Id = "gus",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guinean Sign Language"
|
||
},
|
||
new
|
||
{
|
||
Id = "gut",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Maléku Jaíka"
|
||
},
|
||
new
|
||
{
|
||
Id = "guu",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Yanomamö"
|
||
},
|
||
new
|
||
{
|
||
Id = "guw",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gun"
|
||
},
|
||
new
|
||
{
|
||
Id = "gux",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gourmanchéma"
|
||
},
|
||
new
|
||
{
|
||
Id = "guz",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gusii"
|
||
},
|
||
new
|
||
{
|
||
Id = "gva",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guana (Paraguay)"
|
||
},
|
||
new
|
||
{
|
||
Id = "gvc",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guanano"
|
||
},
|
||
new
|
||
{
|
||
Id = "gve",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Duwet"
|
||
},
|
||
new
|
||
{
|
||
Id = "gvf",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Golin"
|
||
},
|
||
new
|
||
{
|
||
Id = "gvj",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guajá"
|
||
},
|
||
new
|
||
{
|
||
Id = "gvl",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gulay"
|
||
},
|
||
new
|
||
{
|
||
Id = "gvm",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gurmana"
|
||
},
|
||
new
|
||
{
|
||
Id = "gvn",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Kuku-Yalanji"
|
||
},
|
||
new
|
||
{
|
||
Id = "gvo",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gavião Do Jiparaná"
|
||
},
|
||
new
|
||
{
|
||
Id = "gvp",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Pará Gavião"
|
||
},
|
||
new
|
||
{
|
||
Id = "gvr",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gurung"
|
||
},
|
||
new
|
||
{
|
||
Id = "gvs",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gumawana"
|
||
},
|
||
new
|
||
{
|
||
Id = "gvy",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Guyani"
|
||
},
|
||
new
|
||
{
|
||
Id = "gwa",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Mbato"
|
||
},
|
||
new
|
||
{
|
||
Id = "gwb",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gwa"
|
||
},
|
||
new
|
||
{
|
||
Id = "gwc",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Kalami"
|
||
},
|
||
new
|
||
{
|
||
Id = "gwd",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gawwada"
|
||
},
|
||
new
|
||
{
|
||
Id = "gwe",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gweno"
|
||
},
|
||
new
|
||
{
|
||
Id = "gwf",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gowro"
|
||
},
|
||
new
|
||
{
|
||
Id = "gwg",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Moo"
|
||
},
|
||
new
|
||
{
|
||
Id = "gwi",
|
||
Part2B = "gwi",
|
||
Part2T = "gwi",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gwichʼin"
|
||
},
|
||
new
|
||
{
|
||
Id = "gwj",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "ǀGwi"
|
||
},
|
||
new
|
||
{
|
||
Id = "gwm",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Awngthim"
|
||
},
|
||
new
|
||
{
|
||
Id = "gwn",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gwandara"
|
||
},
|
||
new
|
||
{
|
||
Id = "gwr",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gwere"
|
||
},
|
||
new
|
||
{
|
||
Id = "gwt",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gawar-Bati"
|
||
},
|
||
new
|
||
{
|
||
Id = "gwu",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Guwamu"
|
||
},
|
||
new
|
||
{
|
||
Id = "gww",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Kwini"
|
||
},
|
||
new
|
||
{
|
||
Id = "gwx",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gua"
|
||
},
|
||
new
|
||
{
|
||
Id = "gxx",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Wè Southern"
|
||
},
|
||
new
|
||
{
|
||
Id = "gya",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Northwest Gbaya"
|
||
},
|
||
new
|
||
{
|
||
Id = "gyb",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Garus"
|
||
},
|
||
new
|
||
{
|
||
Id = "gyd",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Kayardild"
|
||
},
|
||
new
|
||
{
|
||
Id = "gye",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gyem"
|
||
},
|
||
new
|
||
{
|
||
Id = "gyf",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Gungabula"
|
||
},
|
||
new
|
||
{
|
||
Id = "gyg",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gbayi"
|
||
},
|
||
new
|
||
{
|
||
Id = "gyi",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gyele"
|
||
},
|
||
new
|
||
{
|
||
Id = "gyl",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gayil"
|
||
},
|
||
new
|
||
{
|
||
Id = "gym",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ngäbere"
|
||
},
|
||
new
|
||
{
|
||
Id = "gyn",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guyanese Creole English"
|
||
},
|
||
new
|
||
{
|
||
Id = "gyo",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gyalsumdo"
|
||
},
|
||
new
|
||
{
|
||
Id = "gyr",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Guarayu"
|
||
},
|
||
new
|
||
{
|
||
Id = "gyy",
|
||
Scope = "I",
|
||
Type = "E",
|
||
ReferenceName = "Gunya"
|
||
},
|
||
new
|
||
{
|
||
Id = "gza",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Ganza"
|
||
},
|
||
new
|
||
{
|
||
Id = "gzi",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gazi"
|
||
},
|
||
new
|
||
{
|
||
Id = "gzn",
|
||
Scope = "I",
|
||
Type = "L",
|
||
ReferenceName = "Gane"
|
||
});
|
||
}
|
||
}
|
||
} |