Add Keyboard shortcuts dictionary for close email detail view in Setting
This commit is contained in:
@@ -5783,4 +5783,11 @@ class AppLocalizations {
|
||||
name: 'events',
|
||||
);
|
||||
}
|
||||
|
||||
String get closeMailDetailView {
|
||||
return Intl.message(
|
||||
'Close mail detail view',
|
||||
name: 'closeMailDetailView',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user