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