-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added multilingual support to the website #1016
Added multilingual support to the website #1016
Conversation
Rakesh9100#873 Implemented Multilingual support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Anjankumarkamalapur, Welcome to the project CalcDiverse! 🎊
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌
Please wait for the PR to be reviewed. Happy Coding!! ✨
✅ Deploy Preview for calcdiverse ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@Rakesh9100 can you pls check it now |
First of all, don't open PRs again and again. You can make your changes by pushing new commits in the same previous PR. And second, your changes are still not visible @Anjankumarkamalapur |
sorry for it can you pls.
I'm not able to commit change Im requesting you add below code after the
logo(CalcDiverse) section
<div id="google_element"></div>
<script src="
http://translate.google.com/translate_a/element.js?cb=loadGoogleTranslate"
</script>
<script>
function loadGoogleTranslate() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_element');
}
</script>
…On Fri, May 31, 2024 at 8:13 PM Rakesh Roshan ***@***.***> wrote:
First of all, don't open PRs again and again. You can make your changes by
pushing new commits in the same previous PR.
And second, your changes are still not visible @Anjankumarkamalapur
<https://github.com/Anjankumarkamalapur>
—
Reply to this email directly, view it on GitHub
<#1016 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBI4VG2ISQ5AF2JLOHFT6QDZFCECDAVCNFSM6AAAAABIS6CNNGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBSGQYTOMJVG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
can u pls add this after the logo section.
<div id="google_element"></div>
<script src="
http://translate.google.com/translate_a/element.js?cb=loadGoogleTranslate"
</script>
<script>
function loadGoogleTranslate() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_element');
}
</script>
…On Fri, May 31, 2024 at 8:15 PM Rakesh Roshan ***@***.***> wrote:
Closed #1016 <#1016>.
—
Reply to this email directly, view it on GitHub
<#1016 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBI4VGYZXUNEXAYLY3KRA4LZFCEJ5AVCNFSM6AAAAABIS6CNNGVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTGAYDCNZXGUZDOOA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Fixes Issue🛠️
Fixes #873
Description👨💻
Implemented the Multilingual support.
Type of change📄
How this has been tested✅
Tested locally.
Checklist✅
Screenshots/GIF📷