TF-249 Change ui mailbox list

This commit is contained in:
dab246
2022-02-09 20:00:59 +07:00
committed by Dat H. Pham
parent 2c8cd967c0
commit 6f9b9d27b4
22 changed files with 312 additions and 210 deletions
@@ -526,4 +526,22 @@ class AppLocalizations {
args: [action]
);
}
String get folders {
return Intl.message(
'Folders',
name: 'folders'
);
}
String get logout {
return Intl.message('Logout',
name: 'logout');
}
String get hint_search_mailboxes {
return Intl.message(
'Search for mailboxes',
name: 'hint_search_mailboxes');
}
}