TF-3413 Support Reply to list for email

This commit is contained in:
dab246
2025-01-09 05:04:55 +07:00
committed by Dat H. Pham
parent 1689f709b5
commit 77b756cbb6
20 changed files with 277 additions and 32 deletions
@@ -4286,4 +4286,12 @@ class AppLocalizations {
name: 'getHelpOrReportABug',
);
}
String get replyToList {
return Intl.message(
'Reply to list',
name: 'replyToList',
);
}
}