From 9502f5f5b7737ca14e1a27cf081b3a0056a85c7d Mon Sep 17 00:00:00 2001 From: DecaturRamsey <67010517+DecaturRamsey@users.noreply.github.com> Date: Tue, 16 Jun 2020 16:24:59 +0200 Subject: [PATCH 1/2] Update base-de.yaml Changed the suffix for large numbers to reflect the German naming convention. --- translations/base-de.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/translations/base-de.yaml b/translations/base-de.yaml index 2ab40c34..31ca96b8 100644 --- a/translations/base-de.yaml +++ b/translations/base-de.yaml @@ -76,9 +76,9 @@ global: # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. suffix: thousands: T - millions: M - billions: B - trillions: tr + millions: Mio + billions: Mrd + trillions: Bio # Shown for infinitely big numbers infinite: unend From f84037bb9b57b63c053867d178ae5c1e8229ad86 Mon Sep 17 00:00:00 2001 From: DecaturRamsey <67010517+DecaturRamsey@users.noreply.github.com> Date: Wed, 17 Jun 2020 03:38:33 +0200 Subject: [PATCH 2/2] Update base-de.yaml --- translations/base-de.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/translations/base-de.yaml b/translations/base-de.yaml index 31ca96b8..b34e9049 100644 --- a/translations/base-de.yaml +++ b/translations/base-de.yaml @@ -75,10 +75,10 @@ global: # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. suffix: - thousands: T - millions: Mio - billions: Mrd - trillions: Bio + thousands: k + millions: M + billions: G + trillions: T # Shown for infinitely big numbers infinite: unend