-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Stats: Make number suffixes be translatable #10753
Copy link
Copy link
Closed
Labels
Description
At the moment, the suffixes used in the "All Time" box in the stats area (e.g: "1 B" when the user has over 1 billion total views on the site) uses the US/Canada/Modern British version of the suffixes, so "B" for billion, "T" for trillion, and so on.
These suffixes are currently hardcoded and so not translatable. On other languages, the suffixes in use might not mean the same thing, or might not even be meaningful at all. It would be great if these suffixes are set to be translatable so they become more understandable on various languages.
Related:
#10709
Reactions are currently unavailable