Mòdul:llengua: diferència entre les revisions

Contingut suprimit Contingut afegit
reorganitzo per millor comprensió
llengua._existeix
Línia 94:
end
return ''
end
 
-- Existeix el codi?
function llengua._existeix(codi)
if taula[codi] or mw.language.isSupportedLanguage(codi) then
return true
end
return false
end