iT邦幫忙

1

[學習筆記] 去除chrome翻譯功能

  • 分享至 

  • xImage
  •  

參考文章禁用和启用google翻译

首先有兩個步驟:

  1. head 內加入 meta 標籤
<meta name="google" content="notranslate">

可以發現網址列上的翻譯符號會消失
https://ithelp.ithome.com.tw/upload/images/20220608/20120722GdksQ8uDYH.png

不過問題來了,我就是手癢想看翻譯/images/emoticon/emoticon50.gif
按了右鍵
https://ithelp.ithome.com.tw/upload/images/20220608/20120722JhQxWcCIJw.png
它還是照常翻譯

所以得補上下面第二步驟

  1. html 標籤內加入屬性
<html translate="no">

試完,就算手癢也可以阻止翻譯了/images/emoticon/emoticon07.gif


[補充]
如果像現在很多都是專案類型的
目前使用的是 Nuxt 專案
所以加入的方式比較不同
會是在 nuxt.config.js 內加入
How to set a lang attribute on a HTML in Nuxt
如文章內說明(下圖)
https://ithelp.ithome.com.tw/upload/images/20220608/20120722uUTaXBfCZJ.png


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言