translation
-
line #436
update_post_meta( $thumbnail_id, '_wp_attachment_image_alt', $file_title );it is better remove “thumbnail of” in multilangual websites..
or
update_post_meta( $thumbnail_id, '_wp_attachment_image_alt', __('thumbnail of', 'pdf-image-generator').' '.$file_title );
The topic ‘translation’ is closed to new replies.