Die Dokumentation für dieses Modul kann unter Modul:trans-table/Doku erstellt werden
--TODO: don't split nested translations across columns
local export = {}
function export.show(frame)
local ret = ""
local args = frame:getParent().args
local translations = frame.args[2] or ""
return translations
end
return export