Display more helpful message after image conversion

This commit is contained in:
Kijin Sung 2024-12-16 01:57:59 +09:00
parent 84acc21817
commit a806c0f0f7
3 changed files with 7 additions and 3 deletions

View file

@ -135,3 +135,5 @@ $lang->msg_need_magick = 'In order to handle AVIF and HEIC formats, PHP must be
$lang->image_conversion = 'Image conversion';
$lang->image_size = 'Image size';
$lang->image_format = 'Image format';
$lang->msg_image_converted = 'The image has been converted. (%s → %s)';
$lang->msg_image_conversion_failed = 'The image conversion has failed.';