TF-2194 Add newSubfolder to MailboxActions
(cherry picked from commit 7906766919e9ad328f7aa973e5c370dcbedacf70)
This commit is contained in:
@@ -3354,4 +3354,11 @@ class AppLocalizations {
|
||||
name: 'canceled',
|
||||
);
|
||||
}
|
||||
|
||||
String get newSubfolder {
|
||||
return Intl.message(
|
||||
'New subfolder',
|
||||
name: 'newSubfolder',
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user