Difference between revisions of "Module:Translations/data"

From CWS Planet
Jump to navigation Jump to search
Sahartionary>Surjection
m (Protected "Module:translations/data" ([Edit=Allow only autopatrollers] (indefinite) [Move=Allow only autopatrollers] (indefinite)))
 
m (1 revision imported: 1st attempt at importing Wiktionary templates, bear with me)
 
(No difference)

Latest revision as of 16:05, 24 October 2022

Documentation for this module may be created at Module:Translations/data/doc

local export = {}

export.interwiki_langs = {
	["ckb"] = "ku",
	["kmr"] = "ku",
	["lki"] = "ku",
	["nds-de"] = "nds",
	["nds-nl"] = "nds",
	["pdt"] = "nds",
	["sdh"] = "ku",
}

export.ignore_caps = {
	["ko"] = true,
}

export.tracked = {
	["se"] = true,
}

-- languages needing superscripts in tr
export.need_super = {
	["yue"] = true, ["gan"] = true, ["hak"] = true,
	["cjy"] = true, ["nan"] = true, ["hsn"] = true,
}

return export