nuxtlabs / vue-telescope-website

Discover Websites made with Vue.js
https://vuetelescope.com
46 stars 5 forks source link

Home: Improve total number of websites #40

Closed atinux closed 2 years ago

atinux commented 2 years ago

Screenshot 2022-08-12 at 22.41.37@2x.png

I think we can make it bold and add spaces: 113 339 websites

bdrtsky commented 2 years ago

@Atinux Chicago Manual of Style recommends using commas instead of spaces.

Rule 3a. With figures of four or more digits, use commas. Count three spaces to the left to place the first comma. Continue placing commas after every three digits. Important: Do not include decimal points when doing the counting. Examples: 1,054 people $2,417,592.21

https://www.grammarbook.com/numbers/numbers.asp https://en.wikipedia.org/wiki/The_Chicago_Manual_of_Style

Also, showcasesCount.toLocaleString() also uses commas. If it's ok, I will use commas to separate each three digit?