Skip to content
Discussion options

You must be logged in to vote

To add i18n support:
1. Install react-i18next: npm install react-i18next i18next.
2. Create src/i18n.js with translations.
3. Wrap src/pages/_app.js with I18nextProvider.
4. Add a language switcher in src/app-components/settings.js.
5. Test with npm run dev.
6. Submit a pull request with documentation.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dailker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed question Further information is requested
2 participants