VincentLoy / simplyCountdown.js

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

Fix plurals for languages where there are multiple variants based on a value. #51

Open mira01 opened 4 days ago

mira01 commented 4 days ago

Make the plurals dependent on the value as some languages have more complicated rules than adding single suffix. For example in Czech there are following values: 0 hodin, 1 hodina, 2 hodiny, 5 hodin

VincentLoy commented 1 day ago

Thanks a lot Mira, I've seen your PR, I'll take a look ASAP.