TF-3267 Implement HTML attachment preview
This commit is contained in:
@@ -4327,4 +4327,18 @@ class AppLocalizations {
|
||||
name: 'editAsNewEmail',
|
||||
);
|
||||
}
|
||||
|
||||
String get saveAndRefresh {
|
||||
return Intl.message(
|
||||
'Save & refresh',
|
||||
name: 'saveAndRefresh',
|
||||
);
|
||||
}
|
||||
|
||||
String get thisHtmlAttachmentCannotBePreviewed {
|
||||
return Intl.message(
|
||||
'This html attachment cannot be previewed',
|
||||
name: 'thisHtmlAttachmentCannotBePreviewed',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user