prantlf / dayjs

Extended fork of Day.js - 2KB immutable date library alternative to Moment.js
https://github.com/prantlf/dayjs
MIT License
35 stars 5 forks source link

Fix locale that does not have plural form #8

Open arrizalamin opened 5 years ago

arrizalamin commented 5 years ago

Currently there is a bug with Indonesian locale since this library uses plural rules and Indonesian doesn't have plural form (though we could use se- to replace 1, like sehari instead of 1 hari). This caused relativeTime plugin to always use singular form sehari (1 day) when it should be %d hari if the number is more than 1.