Modül:ISO 639 ad/ISO 639 override
Görünüm
--[[--------------------------< O V E R R I D E _ 1 >----------------------------------------------------------
Language codes and names in this table override the ISO 639 names in: Module:Lang/data/iana languages
]]
local override_1 = {
["bo"] = {"Tibetçe"}, -- en.wiki preferred; Tibetan
["el"] = {"Yunanca"}, -- Modern Greek (1453-)
["ht"] = {"Haiti Kreolü"}, -- en.wiki preferred; Haitian
-- ["mo"] = {"Moldovaca"}, -- deprecated in ISO 639, still in use at en.wiki
["st"] = {"Sotho dili"}, -- Southern Sotho; match ISO 639-2; en.wiki preferred
["to"] = {"Tongaca"}, -- en.wiki preferred; Tonga (Tonga Islands)
}
--[[--------------------------< O V E R R I D E _ 2 >----------------------------------------------------------
Language codes and names in this table override the ISO 639 names in: Module:ISO 639 name/ISO 639-2
]]
local override_2 = {
-- ["ang"] = {"Eski İngilizce"}, -- English, Old (ca.450-1100)
["bod"] = {"Tibetçe"}, -- en.wiki preferred; Tibetan
-- ["dum"] = {"Orta Hollandaca"}, -- Dutch, Middle (ca.1050-1350)
["egy"] = {"Mısırca"}, -- Egyptian (Ancient)
["ell"] = {"Yunanca"}, -- Greek, Modern (1453-)
-- ["enm"] = {"Orta İngilizce"}, -- English, Middle (1100-1500)
-- ["frm"] = {"Orta Fransızca"}, -- French, Middle (ca.1400-1600)
-- ["fro"] = {"Eski Fransızca"}, -- French, Old (842-ca.1400)
-- ["gmh"] = {"Orta Yüksek Almanca"}, -- German, Middle High (ca.1050-1500)
-- ["goh"] = {"Eski Yüksek Almanca"}, -- German, Old High (ca.750-1050)
-- ["grc"] = {"Grekçe"}, -- Greek, Ancient (to 1453)
["hat"] = {"Haiti Kreolü"}, -- en.wiki preferred; Haitian
-- ["mga"] = {"Orta İrlandaca"}, -- Irish, Middle (900-1200)
-- ["mol"] = {"Moldovaca"}, -- deprecated in ISO 639, still in use at en.wiki
["nbl"] = {"Güney Ndebele"}, -- Ndebele, South or South Ndebele
["nde"] = {"Kuzey Ndebele"}, -- Ndebele, North or North Ndebele
["nob"] = {"Norveç Bokmål"}, -- Bokmål, Norwegian or Norwegian Bokmål
-- ["non"] = {"Eski Norse"}, -- Norse, Old
-- ["ota"] = {"Osmanlıca"}, -- Turkish, Ottoman (1500-1928)
-- ["peo"] = {"Eski Persçe"}, -- Persian, Old (ca.600-400 B.C.)
["pro"] = {"Eski Oksitanca"}, -- Provençal, Old (to 1500) or Occitan, Old (to 1500)
-- ["sga"] = {"Eski İrlandaca"}, -- Irish, Old (to 900)
["sot"] = {"Sotho dili"}, -- Sotho, Southern; en.wiki preferred
["ton"] = {"Tongaca"}, -- en.wiki preferred; Tonga (Tonga Islands)
}
--[[--------------------------< O V E R R I D E _ 2 B >--------------------------------------------------------
Language codes and names in this table override the ISO 639 names in: Module:ISO 639 name/ISO 639-2B
]]
local override_2B = {
["gre"] = {"Yunanca"}, -- Greek, Modern (1453-)
["tib"] = {"Tibetçe"}, -- en.wiki preferred; Tibetan
}
--[[--------------------------< O V E R R I D E _ 3 >----------------------------------------------------------
Language codes and names in this table override the ISO 639 names in: Module:ISO 639 name/ISO 639-3
]]
local override_3 = {
["bod"] = {"Tibetçe"}, -- en.wiki preferred; Tibetan
["egy"] = {"Antik Mısırca"}, -- Egyptian (Ancient)
["ell"] = {"Yunanca"}, -- Modern Greek (1453-)
["haa"] = {"Hän"}, -- to avoid redirect; Han
["hat"] = {"Haiti Kreolü"}, -- en.wiki preferred; Haitian
-- ["mol"] = {"Moldovaca"}, -- deprecated in ISO 639, still in use at en.wiki as ISO 639-1 mo
['mte'] = {"Mono-Alu"}, -- en.wiki preferred; Mono (Solomon Islands)
["nbl"] = {"Güney Ndebele"}, -- South Ndebele
["nde"] = {"Kuzey Ndebele"}, -- North Ndebele
["pms"] = {"Piedmontese"}, -- ISO 639-3 name is Piemontese; to match en.wiki article title
["pnb"] = {"Pencapça"}, -- Western Panjabi, a dab; en.wiki preferred
["sot"] = {"Sotho dili"}, -- Southern Sotho; match ISO 639-2; en.wiki preferred
["ton"] = {"Tongaca"}, -- en.wiki preferred; Tonga (Tonga Islands)
}
--[[--------------------------< O V E R R I D E _ 5 >----------------------------------------------------------
Language codes and names in this table override the ISO 639 names in: Module:ISO 639 name/ISO 639-5
]]
local override_5 = {
}
--[[--------------------------< O V E R R I D E _ D E P >------------------------------------------------------
Language codes and names in this table override the ISO 639 names in: Module:ISO 639 name/ISO 639 deprecated
]]
local override_dep = {
}
--[[--------------------------< A R T I C L E _ L I N K >------------------------------------------------------
for those rare occasions when article titles don't fit with the normal '<language name> language', this table
maps language code to article title. Use of this table should be avoided and the use of redirects preferred as
that is the long-standing method of handling article names that don't fit with the normal pattern
]]
local article_name = {
["lij"] = {"Ligurya (Roman dili)"}, -- Ligurian; see Template_talk:Lang#Ligurian_dab
['mbo'] = {"Mbo dili (Kamerun)"}, -- Mbo (Cameroon)
['mnh'] = {"Mono dili (Kongo)"}, -- Mono (Democratic Republic of Congo); see Template_talk:Lang#Mono_languages
['mnr'] = {"Mono dili (Kaliforniya)"}, -- Mono (USA)
['mru'] = {"Mono dili (Kamerun)"}, -- Mono (Cameroon)
["xlg"] = {"Ligurya (antik dil)"}, -- see Template_talk:Lang#Ligurian_dab
["zmw"] = {"Mbo dili (Kongo)"}, -- Mbo (Democratic Republic of Congo)
}
--[[--------------------------< E X P O R T E D T A B L E S >------------------------------------------------
]]
return
{
override_1 = override_1,
override_2 = override_2,
override_2B = override_2B,
override_3 = override_3,
override_5 = override_5,
override_dep = override_dep,
article_name = article_name,
}