Skip to content

Commit

Permalink
mark a few elements as untranslatable
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku authored Jun 24, 2024
1 parent 04025f4 commit d3ec1cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>
<body data-bs-theme="dark" class="bg-black">
<main class="py-5 container">
<h1 class="text-center rootmytv py-5 overflow-x-hidden user-select-none">CanI.RootMy.TV<small>?</small></h1>
<h1 class="text-center rootmytv py-5 overflow-x-hidden user-select-none" translate="no">CanI.RootMy.TV<small>?</small></h1>
<div id="app-container" class="mx-1 mx-sm-2 mx-md-3 mx-lg-4 mx-sm-5">
<noscript>
<label class="w-100">
Expand All @@ -25,10 +25,10 @@ <h1 class="text-center rootmytv py-5 overflow-x-hidden user-select-none">CanI.Ro
</main>
<footer class="py-1 py-md-2 d-flex flex-column justify-content-center">
<div class="container text-center text-white">
<small class="mb-0">©2024 <a href="https://rootmy.tv/">RootMy.TV</a> and
<a href="https://www.webosbrew.org/">webOS Homebrew</a></small>
<small class="mb-0">©2024 <a href="https://rootmy.tv/" translate="no">RootMy.TV</a> and
<a href="https://www.webosbrew.org/" translate="no">webOS Homebrew</a></small>
</div>
</footer>
<script src="app.ts"></script>
</body>
</html>
</html>

0 comments on commit d3ec1cd

Please sign in to comment.