Content deleted Content added
No edit summary |
No edit summary |
||
Line 152:
-- with the provided language tag,
-- or nil, if no such translation is found.
function p.translate(
-- Bypass English.
if language == ENGLISH_TAG then return key end
Line 206:
:attr("class", "wikitable")
local transKeys = orderedKeys(trans)
:tag("th")
:wikitext(ENGLISH)
Line 222:
:done()
end
return tostring(body)
end
--print(p.glossary())
|