Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google translate exclude words

I have a Google translate on our site. I want to prevent some words and phrases from translation. Is it possible to create some list of NonTranslated words and word combinations?

like image 858
Sanya530 Avatar asked Feb 15 '23 15:02

Sanya530


1 Answers

The only possibility is to add class="notranslate" to the elements that shouldn´t be translated. To prevent the whole site from being translated, add <meta name="google" content="notranslate">

like image 61
Anselm Avatar answered Feb 19 '23 18:02

Anselm