From 6ee05a7e0dfb96404716fc97ab1a593ef69b1b70 Mon Sep 17 00:00:00 2001 From: Astavie Date: Sun, 5 Jul 2020 12:04:39 +0200 Subject: [PATCH] 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. --- translations/base-nl.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/base-nl.yaml b/translations/base-nl.yaml index ab9f4d1d..b1a2b172 100644 --- a/translations/base-nl.yaml +++ b/translations/base-nl.yaml @@ -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