-
Notifications
You must be signed in to change notification settings - Fork 0
331 i18n #332
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
Conversation
✅ Deploy Preview for reactol ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Copilot reviewed 4 out of 8 changed files in this pull request and generated 3 comments.
Files not reviewed (4)
- package.json: Language not supported
- src/locales/en.json: Language not supported
- src/locales/it.json: Language not supported
- src/locales/nl.json: Language not supported
| return ( | ||
| <select onChange={(e) => i18n.changeLanguage(e.target.value)}> | ||
| <option value="en">English</option> | ||
| <option value="it">Italiano</option> |
Copilot
AI
Apr 4, 2025
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.
[nitpick] The LanguageSelector component does not include an option for Dutch ('nl') despite the i18n configuration providing Dutch translations. Consider adding a Dutch option to align with the available languages.
| <option value="it">Italiano</option> | |
| <option value="it">Italiano</option> | |
| <option value="nl">Nederlands</option> |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Drop this attempt. |
Fixes #331