How can I tell Google Translate to not translate a section of a website?

后端 未结 5 751
伪装坚强ぢ
伪装坚强ぢ 2020-11-30 19:21

Google Translate has a developer tool that will enable google translate on a website. Is there a way to tell Google Translate to not translate a section of the website? Perh

5条回答
  •  萌比男神i
    2020-11-30 19:57

    According to Google instructions, setting class="notranslate" prevents Google translation. This appears to work, though using it inline (e.g., for a single word) may imply some confusion, so you need to check out what happens.

    For example,

    Welcome to the Cool company website!
    

    translates into Spanish as “Bienvenido a la Coolweb de la compañía!”, which isn’t that cool, though it demonstrates that “Cool” has been taken as a proper name; without the markup, the text would translate as “Bienvenido a la fresca web de la empresa!”.

    Reformulating the text as

    Welcome to the website of Cool!
    

    would result in “Bienvenido a la página web de Cool!”, which looks better except that “site” has been mistranslated.

    For different target languages, different problems may and will arise. In general, the simpler the grammatical structure of a sentence is, the more often it will get translated reasonably well.

    The bottom line is: you can try to prevent translation using class=notranslate, but the problems of Google Translator may cause confusion.

提交回复
热议问题