Skip to content

Commit

Permalink
Translated using Weblate (Catalan)
Browse files Browse the repository at this point in the history
Currently translated at 72.4% (79 of 109 strings)

Translation: FluffyChat/FluffyPix
Translate-URL: https://hosted.weblate.org/projects/fluffychat/fluffpix/ca/
  • Loading branch information
Atalonica authored and weblate committed Jun 16, 2022
1 parent 473ba33 commit 413d25f
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion assets/l10n/intl_ca.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}
}
}

0 comments on commit 413d25f

Please sign in to comment.