TF-82 Create an email as drafts

This commit is contained in:
dab246
2022-02-21 11:52:23 +07:00
committed by Dat H. Pham
parent e739e23c62
commit ea29405f08
14 changed files with 273 additions and 51 deletions
@@ -649,4 +649,18 @@ class AppLocalizations {
name: 'new_mailbox_is_created'
);
}
String get drafts_saved {
return Intl.message(
'Draft saved',
name: 'drafts_saved',
);
}
String get discard {
return Intl.message(
'Discard',
name: 'discard'
);
}
}