TF-2346 Add text when can not compress image
(cherry picked from commit 97dddb194fe4d16e3995394a3552265892155b80)
This commit is contained in:
@@ -3660,4 +3660,11 @@ class AppLocalizations {
|
||||
args: [senderName]
|
||||
);
|
||||
}
|
||||
|
||||
String get cannotCompressInlineImage {
|
||||
return Intl.message(
|
||||
'Cannot compress image',
|
||||
name: 'cannotCompressInlineImage',
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user