Module:Lang: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 33: Line 33:


local p = {};
local p = {};


--[[--------------------------< C O D E _ F A L L B A C K >----------------------------------------------------

List of ISO 639-2 and -3 codes that fall back to ISO 639-1 codes supported by MediaWiki

]]

local code_fallback = {
['ara'] = 'ar', -- Arabic
['fry'] = 'fy', -- Wester Frisian
}


--[[--------------------------< C O D E _ 2 _ N A M E >--------------------------------------------------------

list of ISO 639-2 and -3 codes that DO NOT fall back to ISO 639-1 codes

]]

local code_2_name = {
['hop'] = 'Hopi',
}