Modul:translations/data
Dokumentasi untuk modul ini dapat dibuat di Modul: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