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": {} + } + } }