Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Weglot translates the filename of the image url#98

H

Weglot translates the filename of the image url. So the image is not found and displayed as “empty”. Weglot translates the filename of the image url. Thus the image is not found and displayed as “empty”.

From:
/wp-content/uploads/2018/06/check-cloud-kontakt-usp-1.jpg

In:
/wp-content/uploads/2018/06/check-cloud-contact-usp-1.jpg” data-wg-notranslate=””>

i use this filter… therefore the problem
add_filter( ‘weglot_words_translate’, ‘custom_weglot_words_translate’ );
function custom_weglot_words_translate( $words ) $words[] = “Produkt”;
$words[] = “Referenzen”;
$words[] = “Kontakt”;

how can i solve this?

3 years ago

Hi, please contact us at support@weglot.com for this. I’m closing as this is not a feature request but rather a support request.

3 years ago
Changed the status to
Archived
3 years ago