Modulo:I18n: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
Prune code duplication
Simplify code in p.loadI18n
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