TF-4053 Add Move folder content action in mailbox content menu

This commit is contained in:
dab246
2025-10-29 09:57:01 +07:00
committed by Dat H. Pham
parent f796166ce1
commit ccdbd798d9
7 changed files with 34 additions and 14 deletions
@@ -5345,4 +5345,11 @@ class AppLocalizations {
name: 'deleteMessage',
);
}
String get moveFolderContent {
return Intl.message(
'Move folder content',
name: 'moveFolderContent',
);
}
}