Change the suffix for large numbers to use SI

Changes made:
 - change 'k' to uppercase 'K' (source: https://taaladvies.net/taal/advies/vraag/1818/)
 - change 'B' to 'G'

This PR has been made because the English system does not work for Dutch. As `mln.`, `mlj.`, and `bln.` are too long for the game, I suggest using the SI suffixes instead of the English ones.
This commit is contained in:
Astavie 2020-07-05 12:04:39 +02:00 committed by GitHub
parent 1837e72952
commit 6ee05a7e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -76,9 +76,9 @@ global:
# The suffix for large numbers, e.g. 1.3k, 400.2M, etc.
suffix:
thousands: k
thousands: K
millions: M
billions: B
billions: G
trillions: T
# Shown for infinitely big numbers