Module:Sandbox/CXuesong/Translations

This is an old revision of this page, as edited by CXuesong (talk | contribs) at 08:07, 1 June 2016 (Created page with '-- the module local p = {} function p.translate(key, language) return key end return p'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
-- the module
local p = {}

function p.translate(key, language)
	return key
end

return p