TF-3764 Update new empty view for folder

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-06-02 16:33:37 +07:00
committed by Dat H. Pham
parent 0a8d1b2895
commit bab0331fe0
10 changed files with 91 additions and 84 deletions
@@ -4766,4 +4766,18 @@ class AppLocalizations {
name: 'deleteRecipientsFailed',
);
}
String get youDoNotHaveAnyEmailInYourCurrentFolder {
return Intl.message(
'You dont have any emails\n in this folder.',
name: 'youDoNotHaveAnyEmailInYourCurrentFolder',
);
}
String get startToComposeEmails {
return Intl.message(
'Start to compose emails.',
name: 'startToComposeEmails',
);
}
}