-
Notifications
You must be signed in to change notification settings - Fork 117
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
Google Translate Functionality is Added in 10-12 languages #135
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
…he changes done in the About.jsx
Try to run npm build..it will show you potential errors |
🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀 |
Title
Added New Language Translation Feature Using Google Translate
Description
This pull request introduces a new feature that allows users to translate text into different languages using the Google Translate API. This enhancement aims to provide users with a convenient and efficient way to communicate across languages.
Related Issues
Issue : #115
Changes Made
Checklist
[X] I have tested the changes locally
[X] Documentation has been updated (if necessary)
[X] Changes are backward-compatible
Screenshots (if applicable)
Additional Notes
Google Translate API key needs to be configured in the environment settings for this feature to work.
This feature currently supports a predefined set of languages but can be expanded in the future.