Skip to content

Commit

Permalink
Merge pull request #359 from pendulum-chain/354-bug-fix-language-tran…
Browse files Browse the repository at this point in the history
…slation-issue-on-app-page

Add `notranslate` meta tag to prevent browser translation
  • Loading branch information
ebma authored Jan 9, 2025
2 parents e4669dc + feac0e3 commit 6fc62c7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" class="notranslate" translate="no">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vortex</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<meta name="google" content="notranslate" />

<!-- Google Tag Manager -->
<script>
Expand Down Expand Up @@ -35,14 +36,14 @@

<body style="background-color: #fff">
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
<noscript>
<iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-T8JZSLD8"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->

<div id="app"></div>
Expand Down

0 comments on commit 6fc62c7

Please sign in to comment.