From 413d25f5eae10bc89709f031c3783a38c617e4c0 Mon Sep 17 00:00:00 2001 From: "Auri B.P" Date: Wed, 15 Jun 2022 12:25:12 +0000 Subject: [PATCH] Translated using Weblate (Catalan) Currently translated at 72.4% (79 of 109 strings) Translation: FluffyChat/FluffyPix Translate-URL: https://hosted.weblate.org/projects/fluffychat/fluffpix/ca/ --- assets/l10n/intl_ca.arb | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_ca.arb b/assets/l10n/intl_ca.arb index 8be3e52..c0d2eed 100644 --- a/assets/l10n/intl_ca.arb +++ b/assets/l10n/intl_ca.arb @@ -150,5 +150,30 @@ "noThanks": "No, gràcies", "@noThanks": {}, "unblockUser": "Desbloca l’usuari", - "@unblockUser": {} + "@unblockUser": {}, + "dateAndTimeOfDay": "{date}, {timeOfDay}", + "@dateAndTimeOfDay": { + "type": "text", + "placeholders": { + "date": {}, + "timeOfDay": {} + } + }, + "dateWithoutYear": "{day}-{month}", + "@dateWithoutYear": { + "type": "text", + "placeholders": { + "month": {}, + "day": {} + } + }, + "dateWithYear": "{day}-{month}-{year}", + "@dateWithYear": { + "type": "text", + "placeholders": { + "year": {}, + "month": {}, + "day": {} + } + } }