Skip to content

Conversation

@IanMayo
Copy link
Member

@IanMayo IanMayo commented Apr 4, 2025

Fixes #331

Copilot AI review requested due to automatic review settings April 4, 2025 17:31
@netlify
Copy link

netlify bot commented Apr 4, 2025

Deploy Preview for reactol ready!

Name Link
🔨 Latest commit 9097730
🔍 Latest deploy log https://app.netlify.com/sites/reactol/deploys/67f01b1723a96e0008912d13
😎 Deploy Preview https://deploy-preview-332--reactol.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

Copilot AI left a 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>
Copy link

Copilot AI Apr 4, 2025

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.

Suggested change
<option value="it">Italiano</option>
<option value="it">Italiano</option>
<option value="nl">Nederlands</option>

Copilot uses AI. Check for mistakes.
IanMayo and others added 4 commits April 4, 2025 17:34
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@IanMayo
Copy link
Member Author

IanMayo commented Apr 4, 2025

Drop this attempt.

@IanMayo IanMayo closed this Apr 4, 2025
@IanMayo IanMayo deleted the 331-i18n branch April 4, 2025 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add I18N

2 participants