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
-- merge to global i18n
end
end
|