Module:I18n: திருத்தங்களுக்கு இடையிலான வேறுபாடு

imported>AntanO
New
 
imported>Sukanthi
"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] ==..."-இப்பெயரில் புதிய பக்கம் உருவாக்கப்பட்டுள்ளது
 
(வேறுபாடு ஏதுமில்லை)
"https://tamilar.wiki/w/Module:I18n" இலிருந்து மீள்விக்கப்பட்டது