Content deleted Content added
Tom.Reding (talk | contribs) m --ce |
Tom.Reding (talk | contribs) m Simplify function logic slightly |
||
Line 56:
elseif lastd == '3' then return s..'rd'
elseif lastd ~= nil then return s..'th'
return ''▼
end
end
|