KiARC / Sobriety

A simple and minimal app to track how long you've been sober from anything you want.
GNU General Public License v3.0
75 stars 9 forks source link

Use plural strings to format durations #91

Closed unbiaseduser closed 1 year ago

unbiaseduser commented 1 year ago

Time units now use proper plural/singular forms instead of hardcoded word. No more "1 hours"!

Also, since Duration.toXYZPart() require JDK 9+ I bumped it. The usual build process uses JDK 11 anyway, so it doesn't really affect anything.

KiARC commented 1 year ago

Oooh so cool!