TF-381 Apply new UI EmailView for browser

This commit is contained in:
dab246
2022-03-22 13:34:03 +07:00
committed by Dat H. Pham
parent dc35d5e5a0
commit c2f6434686
22 changed files with 300 additions and 256 deletions
@@ -862,4 +862,30 @@ class AppLocalizations {
name: 'select',
);
}
String get more {
return Intl.message(
'More',
name: 'more',
);
}
String get back {
return Intl.message(
'Back',
name: 'back',
);
}
String get expand {
return Intl.message(
'Expand',
name: 'expand');
}
String get collapse {
return Intl.message(
'Collapse',
name: 'collapse');
}
}