Module:Translations/data

From CWS Planet
< Module:Translations
Revision as of 16:05, 24 October 2022 by MarrisUes (talk | contribs) (1 revision imported: 1st attempt at importing Wiktionary templates, bear with me)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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