אונטערשייד צווישן ווערסיעס פון "יחידה:קביעות"

10 בייטן אראפגענומען ,  פֿאַר 4 חדשים
קיין רעדאגירונג באמערקונג
אין תקציר עריכה
אין תקציר עריכה
שורה 49: שורה 49:
     __index = function(_, key)
     __index = function(_, key)
         local Y = tonumber(key)
         local Y = tonumber(key)
         if not Y or Y <= 0 then return function() return "Invalid year" end end
         if not Y then return function() return "Invalid year" end end
         return function() return p._siman(Y) end
         return function() return p._siman(Y) end
     end
     end
})
})
return p
return p