Language code in page name (font) not recognized.


local export = {}

function export.tr(text, lang, sc)
	return text
end

return export