Vai al contenuto

"Modulo:I18n": Cronologia dles verjiuns

Confrunt danter verjiuns: chirí fora i chedri che corespogn ales verjiuns de chëres che an ó fá le confrunt y druché le botun enter o le botun dessot.

Legenda: (at) = desfarënzia respet ala verjiun atuala, (ultima) = desfarënzia respet ala verjiun da denant, p = mudaziun mëndra.

3 mer 2022

  • atultima 09:0809:08, 3 mer 2022 Asenoner descuscion contribuc 807 bytes +807 Creata pagina con "local p = {} -- Credit to http://stackoverflow.com/a/1283608/2644759 -- cc-by-sa 3.0 local function tableMerge(t1, t2, overwrite) for k,v in pairs(t2) do if type(v) == "table" and type(t1[k]) == "table" then -- since type(t1[k]) == type(v) == "table", so t1[k] and v is true tableMerge(t1[k], v, overwrite) -- t2[k] == v else if overwrite or t1[k] == nil then t1[k] = v end end end return t1 end function p.loadI18n(name, i18n_arg) local exist, res = pca..."