Modulo:European and national party data/Wd: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Update from master using #Synchronizer |
Update from master using #Synchronizer |
||
Riga 897:
end
value = self.langObj:formatNum( tonumber(value) )
end
Riga 1 089 ⟶ 1 085:
value = tostring(yRound)
local mStr = m and tostring(m) or '1'
local dStr = d and tostring(d) or '1'
local fmt
if m then
dateStr = self.langObj:formatDate("F", "1-"..m.."-1")▼
if d then
if self.mdyDate then
fmt = i18n['datetime']['format']['mdy']
else
fmt = i18n['datetime']['format']['dmy']
end
else
fmt = i18n['datetime']['format']['my']
end
else
-- fmt i18n['datetime']['format']['y'] === fmt 'Y' === value
end
|