Content deleted Content added
MusikBot II (talk | contribs) m Protected "Module:European and national party data/Wd": High-risk template or module: 252 transclusions (more info) ([Edit=Require autoconfirmed or confirmed access] (indefinite)) |
Leoncastro (talk | contribs) let the system to format numbers and dates based on locale |
||
Line 897:
end
value = self.langObj:formatNum( tonumber(value) )
end
Line 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
end
value = prefix .. value .. suffix .. calendar
|