EvanHahn / HumanizeDuration.js

361000 becomes "6 minutes, 1 second"
https://evanhahn.github.io/HumanizeDuration.js/
The Unlicense
1.65k stars 175 forks source link

fix Slavic support #107

Closed feelingit closed 8 years ago

feelingit commented 8 years ago

Fixing rules for:

5-20, X05-X20, XX05-XX20, XXX05-XXX20, ... etc.

EvanHahn commented 8 years ago

This looks great! Could you add new tests to test/definitions/ru.csv and test/definitions/uk.csv to make sure this doesn't happen again?

feelingit commented 8 years ago

I added some examples to test/definitions/ru.csv and test/definitions/uk.csv. I'm not sure about uk, but i think it's the same.

EvanHahn commented 8 years ago

This has been fixed in version 3.9.1. Thank you!