မော်ဂျူး:translations/data

ဝစ်ရှင်နရီ မှ

Documentation for this module may be created at မော်ဂျူး:translations/data/doc

local export = {}

export.interwiki_langs = {
	["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,
	["zhx-teo"] = true, ["zhx-tai"] = true,
}

return export