Module:translations: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
No edit summary
Line 56: Line 56:
for _, lang in ipairs(tag_missing) do
for _, lang in ipairs(tag_missing) do
if lang ~= language.code and args[lang] == nil then
if lang ~= language.code and args[lang] == nil then
out = out .. "[[Category:" .. language.name .. " terms needing " .. m_languages.get_by_code(lang).name .. " translations]]"
out = out .. "[[Category:Terms needing " .. m_languages.get_by_code(lang).name .. " translations]]"
end
end
end
end

Navigation menu