mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Disable Google Translate on viewer in Chrome.
test/pdfs/yo01.pdf triggered "This page is in Japanese. Would you like to translate it?" info bar in Chrome.
This commit is contained in:
parent
6c6719efeb
commit
97efe7886e
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ limitations under the License.
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<!--#if GENERIC || CHROME-->
|
||||
<meta name="google" content="notranslate">
|
||||
<!--#endif-->
|
||||
<title>PDF.js viewer</title>
|
||||
|
||||
<!--#if FIREFOX || MOZCENTRAL-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue