local export = {}
local function lang_info(code)
return require("Module:languages").getByCode(code):getCanonicalName() .. " (" .. code .. ")"
end
-- Mainspace languages not allowed in translation sections.
-- The value is the part of the error message given after "Translations not allowed in LANG. LANG translations should ...".
local disallowed = {}
disallowed = "be given as " .. lang_info("lzh") .. "."
disallowed = disallowed
-- disallowed = "be given as a specific lect. For Modern Standard Chinese, use " .. lang_info("cmn") .. "." -- To be enabled once all current instances have been converted.
export.disallowed = disallowed
export.interwiki_langs = {
= "fa",
= "fa",
= "ku",
= "ku",
= "nds",
= "nds",
= "nds",
= "fa",
= "ku",
}
-- languages needing superscripts in tr
export.need_super = {
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
= true,
}
return export