TF-656 add new intl message request read receipt

This commit is contained in:
sherlockvn
2022-10-17 08:11:43 +07:00
committed by Dat H. Pham
parent e857e75c63
commit b95c9040d9
2 changed files with 13 additions and 0 deletions
+6
View File
@@ -2283,5 +2283,11 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"requestReadReceipt": "Request read receipt",
"@requestReadReceipt": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}
@@ -2362,4 +2362,11 @@ class AppLocalizations {
'Select parent folder',
name: 'selectParentFolder');
}
String get requestReadReceipt {
return Intl.message(
'Request read receipt',
name: 'requestReadReceipt',
);
}
}