wimbarelds / TimeCircles

jQuery plugin to show time since or time until a specific time
295 stars 149 forks source link

Text label for when the date/hour/minutes reach singular state #134

Open arbiasgjoshi opened 7 years ago

arbiasgjoshi commented 7 years ago

So, one thing that I was wondering is how to make the label texts such as Days, Seconds and Minutes appear as singular when the countdown reaches e.g: plural is days, singular day and such for the seconds and minutes. code sample below: "time": { "Days": { "show": true, "color": "#fff", "text": ["plural", "singular"] } }