create suggest box email

This commit is contained in:
ManhNTX
2022-06-29 01:39:07 +07:00
committed by Dat H. Pham
parent 7ca8b83822
commit 0c3391f76c
20 changed files with 633 additions and 90 deletions
@@ -1545,4 +1545,11 @@ class AppLocalizations {
name: 'selectMailbox',
);
}
String get messageDuplicateTagFilterMail {
return Intl.message(
'you already entered that',
name: 'selectMailbox',
);
}
}