TF-3591 Implement CalendarEventCounter/accept method

This commit is contained in:
DatDang
2025-04-16 09:37:42 +07:00
committed by Dat H. Pham
parent 037fcc03a1
commit 9df53ef6b9
27 changed files with 256 additions and 21 deletions
@@ -3989,6 +3989,13 @@ class AppLocalizations {
);
}
String get youAcceptedTheProposedTimeForThisMeeting {
return Intl.message(
'You accepted the proposed time for this meeting',
name: 'youAcceptedTheProposedTimeForThisMeeting',
);
}
String get downloadMessageAsEML {
return Intl.message(
'Download message as EML',