1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Merge pull request #43 from hexagonhexagon/number-formatting

Better big number formatting
This commit is contained in:
tobspr
2020-06-01 13:06:22 +02:00
committed by GitHub
2 changed files with 25 additions and 21 deletions

View File

@@ -26,6 +26,13 @@ global:
# How big numbers are rendered, e.g. "10,000"
thousandsDivider: ","
# The suffix for large numbers, e.g. 1.3k, 400.2M, etc.
suffix:
thousands: k
millions: M
billions: B
trillions: T
# Shown for infinitely big numbers
infinite: inf