From 21b53b91f3686aaebcae8ae3d1fef5d1fd66e071 Mon Sep 17 00:00:00 2001 From: Jelv Date: Thu, 25 Feb 2021 10:44:16 +0000 Subject: [PATCH] Translated using Weblate (Dutch) Currently translated at 100.0% (416 of 416 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/ --- lib/l10n/intl_nl.arb | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/l10n/intl_nl.arb b/lib/l10n/intl_nl.arb index 07689a7b5..b23d1ae21 100644 --- a/lib/l10n/intl_nl.arb +++ b/lib/l10n/intl_nl.arb @@ -2238,5 +2238,17 @@ "@verified": { "type": "text", "placeholders": {} + }, + "xMoreEvents": "Nog {count} gebeurtenissen", + "@xMoreEvents": { + "type": "text", + "placeholders": { + "count": {} + } + }, + "oneMoreEvent": "Nog 1 gebeurtenis", + "@oneMoreEvent": { + "type": "text", + "placeholders": {} } }