TF-4029 Fix singular vs plural for attachments

This commit is contained in:
dab246
2025-09-19 09:58:02 +07:00
committed by Dat H. Pham
parent e75bdad5df
commit 993cdb235a
10 changed files with 95 additions and 11 deletions
+18
View File
@@ -363,6 +363,18 @@
"totalSize": {}
}
},
"singularAttachmentTitleHeader": "{count} Attachment ({totalSize})",
"@singularAttachmentTitleHeader": {
"type": "text",
"placeholders_order": [
"count",
"totalSize"
],
"placeholders": {
"count": {},
"totalSize": {}
}
},
"attach_file_prepare_text": "Preparing to attach file...",
"@attach_file_prepare_text": {
"type": "text",
@@ -787,6 +799,12 @@
"placeholders_order": [],
"placeholders": {}
},
"attachment": "Attachment",
"@attachment": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"showAll": "Show all",
"@showAll": {
"type": "text",