From a80d67b2c827fc89ff3c1d4b2fb4fbd6a8430999 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 18 Sep 2018 09:10:22 +0100 Subject: [PATCH] Fix: i18n German - Incorrect translation for "copySuccess" - Thank you Sepp9753 - https://datatables.net/forums/discussion/52087/german-json-copysuccess-text#latest --- i18n/German.lang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/German.lang b/i18n/German.lang index 6d5ab55..b7a429b 100644 --- a/i18n/German.lang +++ b/i18n/German.lang @@ -43,8 +43,8 @@ "copyTitle": "In Zwischenablage kopieren", "copyKeys": "Taste ctrl oder \u2318 + C um Tabelle
in Zwischenspeicher zu kopieren.

Um abzubrechen die Nachricht anklicken oder Escape drücken.", "copySuccess": { - "_": "%d Spalten kopiert", - "1": "1 Spalte kopiert" + "_": "%d Zeilen kopiert", + "1": "1 Zeile kopiert" } } }