support react-i18next
See original GitHub issueHi guys! I can`t understand how to add react-i18next with your i18next configuration… It might be a stupid question, sorry)
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
react-i18next documentation: Introduction
react -i18next is a powerful internationalization framework for React / React Native which is based on i18next. Check out the history of i18next...
Read more >React i18next - GitHub
Production ready we know there are more needs for production than just doing i18n on the clientside, so we offer wider support on...
Read more >How to translate your React app with react-i18next
You learn how to you can translate your React app with react-i18next. The tutorial also explains how to manage the translations json files...
Read more >How to Internationalize a React App using i18next & Hygraph
Internationalization (or i18n) is the process of ensuring that your website's platforms, processes, and architecture can accommodate and support ...
Read more >A Guide to React Localization with i18next | Phrase
React -i18next is a powerful set of components, hooks, and plugins that sit on top of i18next. Learn how to use it to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Oh, good one! You could use a regex instead of calling replace twice:
@yassinedoghri thanks for example, but this does not work. I change 92 line of index.ts to
i18nextInit += ".use(${key.replace('}', '').replace('{', '')})";
And your example work properly. but i don’t have idea for normalize this fix for pull request 🙃