Skip to content

Commit

Permalink
Merge pull request #312 from T-Rahul-prabhu-38/main
Browse files Browse the repository at this point in the history
added multi language translator
  • Loading branch information
iamparas0 authored Oct 28, 2024
2 parents 32b2d10 + 314372a commit 06065e6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions paras/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,25 @@
</a>
</div>

<div class="gtranslate_wrapper"></div>

<script>

window.gtranslateSettings = {
"default_language":"en",
"detect_browser_language":true,
"wrapper_selector":".gtranslate_wrapper"
}

</script>

<script
src="https://cdn.gtranslate.net/widgets/latest/float.js"
defer
></script>






Expand Down Expand Up @@ -154,6 +173,7 @@

</style>


<footer>
<div class="footer-container">
<div class="button-container">
Expand Down

1 comment on commit 06065e6

@vercel
Copy link

@vercel vercel bot commented on 06065e6 Oct 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Could not parse File as JSON: paras/vercel.json

Please sign in to comment.