Modulo:I18n: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Prune code duplication
m 11 versioni importate da en:Module:I18n
 
(5 versioni intermedie di 3 utenti non mostrate)
Riga 20:
if i18n_arg then
tableMerge(i18n_arg, res.i18n, true)
elseif type(i18n) == "table" then
else
-- merge to global i18n
if type(i18n) == "table" then tableMerge(i18n, res.i18n, true) end
end
end