From f42b7b0e9d5561cbd2ab4c191ca028853907ee89 Mon Sep 17 00:00:00 2001 From: Richie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com> Date: Mon, 3 Feb 2020 15:23:36 -0800 Subject: [PATCH] Translate total_number_of_points to German. --- ui/src/translations/de.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/translations/de.ts b/ui/src/translations/de.ts index 7a1b0f5d1..717cf375e 100644 --- a/ui/src/translations/de.ts +++ b/ui/src/translations/de.ts @@ -74,6 +74,7 @@ export const de = { number_of_users: '{{count}} Benutzer', number_of_subscribers: '{{count}} Abonnenten', number_of_points: '{{count}} Punkte', + total_number_of_points: '{{count}} Gesamtpunkte', number_online: '{{count}} Benutzer online', name: 'Name', title: 'Titel',