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.
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, likesehari
instead of1 hari
). This caused relativeTime plugin to always use singular formsehari (1 day)
when it should be%d hari
if the number is more than 1.