模組:translations/data

Ùi Wiktionary

可在模組:translations/data/doc建立此模組的說明文件

local export = {}

export.interwiki_langs = {
	["kmr"] = "ku",
	["lki"] = "ku",
	["nds-de"] = "nds",
	["nds-nl"] = "nds",
	["pdt"] = "nds",
	["sdh"] = "ku",
	["prs"] = "fa",
	["fa-ira"] = "fa",
	["fa-cls"] = "fa",
}

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,
	["zhx-teo"] = true, ["zhx-tai"] = true,
	["wuu"] = true,
}

return export