Add Keyboard shortcuts dictionary for close email detail view in Setting

This commit is contained in:
dab246
2026-01-21 16:07:05 +07:00
committed by Dat H. Pham
parent f78f78c659
commit c5401561ca
3 changed files with 19 additions and 0 deletions
@@ -5783,4 +5783,11 @@ class AppLocalizations {
name: 'events',
);
}
String get closeMailDetailView {
return Intl.message(
'Close mail detail view',
name: 'closeMailDetailView',
);
}
}