TF-859 Keep local copy in Forwarding

This commit is contained in:
ManhNTX
2022-08-21 10:23:08 +07:00
committed by Dat H. Pham
parent 3c85f1d5ed
commit dc0c3ee445
13 changed files with 228 additions and 32 deletions
@@ -2153,4 +2153,23 @@ class AppLocalizations {
'The emails has been added from the recipient list.',
name: 'toastMessageAddRecipientsSuccessfully');
}
String get toastMessageLocalCopyEnable {
return Intl.message(
'Keep local copy enable.',
name: 'toastMessageLocalCopyEnable');
}
String get toastMessageLocalCopyDisable {
return Intl.message(
'Keep local copy disable.',
name: 'toastMessageLocalCopyDisable');
}
String get keepLocalCopyForwardLabel {
return Intl.message(
'Keep local copy',
name: 'keepLocalCopyForwardLabel',
);
}
}