Module:translations: Difference between revisions

m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
mNo edit summary
Line 49: Line 49:
for _, lang in ipairs(tag_missing) do
for _, lang in ipairs(tag_missing) do
if args[lang] == nil then
if args[lang] == nil then
out = out .. "[[Category:Terms needing " .. m_languages.get_by_code(k).name .. " translations]]"
out = out .. "[[Category:Terms needing " .. m_languages.get_by_code(lang).name .. " translations]]"
end
end
end
end