nuxt / nuxters

https://nuxters.nuxt.com
MIT License
133 stars 17 forks source link

fix: make words correctly singular or plural #34

Closed curtgrimes closed 10 months ago

curtgrimes commented 10 months ago

Make "Issue", "Comments", "Merged PRs", "Reactions", and "pts" singular if their values are === 1. Update both the web and og image versions.

Also make a useNumberFormatter() composable to wrap the Intl.NumberFormat(...) logic for simplicity.

Before

Screenshot-curtgrimes is a Nuxter-2023-08-12-09-50-22

og image:

image

After

Screenshot-curtgrimes is a Nuxter-2023-08-12-09-50-48

og image:

image