VincentLoy / simplyCountdown.js

Tiny javascript CountDown library.
http://vincentloy.github.io/simplyCountdown.js
MIT License
132 stars 53 forks source link

fix plurals in a generic way #52

Open mira01 opened 4 days ago

mira01 commented 4 days ago

Fix plurals in a generic way. Introduce lambda function that based on a numeric value decided what plural should look like.

Fixes #42, #23 and #51