Module:translations: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
mNo edit summary
Line 5: Line 5:


function export.show(frame)
function export.show(frame)
local tag_missing = {"rad", "lfv", "ryn"}
local function sort_function(a, b)
local function sort_function(a, b)
return a.name < b.name
return a.name < b.name
Line 45: Line 47:
out = out .. '\n|}'
out = out .. '\n|}'
out = out .. '\n</div></div>'
out = out .. '\n</div></div>'
for _, lang in ipairs(tag_missing) do
if args[lang] == nil then
out = out .. "[[Category:Terms needing " .. m_languages.get_by_code(k).name .. " translations]]"
end
end
return out
return out
end
end


return export
return export

Navigation menu