মডিউল:ভাষা/উপাত্ত/আইএসও ৬৩৯ অগ্রাহ্য

মডিউল নথি[তৈরি করুন]
--[[--------------------------< O V E R R I D E >--------------------------------------------------------------

Language codes and names in this table override the ISO 639 names in:
	মডিউল:Language/data/iana languages
	মডিউল:ভাষা/উপাত্ত/আইএসও ৬৩৯-২
	মডিউল:ভাষা/উপাত্ত/আইএসও ৬৩৯-৩
	মডিউল:ভাষা/উপাত্ত/আইএসও ৬৩৯-৫

code indexes in this table shall always be lower case

]]

local override = {
	["ang"] = {"প্রাচীন ইংরেজি"},													-- English, Old
	["dum"] = {"মধ্য ওলন্দাজ"},													-- Dutch, Middle
	["egy"] = {"প্রাচীন মিশর"},												       -- 639-2, -3: Egyptian (Ancient)
	["el"] = {"গ্রিক"},															   -- 639-1: Modern Greek (1453-)
	["ell"] = {"গ্রিক"},														-- Greek, Modern
	["enm"] = {"মধ্য ইংরেজি"},												   -- English, Middle
	["frm"] = {"মধ্য ফরাসি"},												-- French, Middle	
	["fro"] = {"প্রাচীন ফরাসি"},													-- French, Old
	["gmh"] = {"মধ্য উচ্চ জার্মান"},											-- German, Middle High
	["goh"] = {"প্রাচীন উচ্চ জার্মান"},												-- German, Old High
	["grc"] = {"প্রাচীন গ্রিক"},												-- Greek, Ancient
	["mga"] = {"মধ্য আইরিশ"},													-- Irish, Middle
	["nbl"] = {"দক্ষিণাঞ্চলীয় Ndebele"},												-- Ndebele, South
	["nde"] = {"উত্তরাঞ্চলীয় Ndebele"},												-- Ndebele, North
	["nob"] = {"নরওয়েজীয় বোকমাল"},												-- Bokmål, Norwegian
	["non"] = {"প্রাচীন নর্স"},													-- Norse, Old
	["ota"] = {"উসমানীয় সাম্রাজ্য"},												-- Turkish, Ottoman
	["peo"] = {"প্রাচীন ফার্সি"},													-- Persian, Old
	["pms"] = {"পিদমন্টটেসি"},													-- ISO 639-3 name is Piemontese; to match en.wiki article title
	["pro"] = {"প্রাচীন অক্সিতঁ"},													-- Provençal, Old
	["sga"] = {"প্রাচীন আইরিশ"},													-- Irish, Old
	["sot"] = {"সোথো"},														-- Sotho, Southern
	}


--[[--------------------------< 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"] = {"লিগুয়ারীয় (রোমান্স ভাষা)"},									-- see Template_talk:Lang#Ligurian_dab
	["xlg"] = {"লিগুয়ারীয় ভাষা (প্রাচীন)"},									-- see Template_talk:Lang#Ligurian_dab
	}


--[[--------------------------< E X P O R T E D   T A B L E S >------------------------------------------------
]]

return
	{
	override = override,
	article_name = article_name,
	}