Translations don't show up in React anymore after upgrade
See original GitHub issueI just noticed that translations don’t show up in the VSCode editor anymore. This seems to be due to a recent update (I am on 2.6.3. now). Yesterday, it was still working. So I guess it was this very latest version?
I am using a custom setup (i18n-ally-custom-framework.yml
).
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:6 (1 by maintainers)
Top Results From Across the Web
React Native, how to update view after language change
I am using react-native-localize as react-native-i18n is not maintained anymore and creates problems on Android once released.
Read more >React router unmounts, set state and change language not ...
I set up a code sandbox example here: https://codesandbox.io/s/6vm8o90jpk ... the route definition is not updated when the language change, ...
Read more >Fix React issues with Google Translate – Guo Yunhe
Since they are not text nodes anymore, synchronization between React and DOM was broken. The button content will not be updated anymore.
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 properly internationalize a React application using ...
Edit <code>src/App.js</code> and save to reload. ... // pass the i18n instance to react-i18next. ... });export default i18n;. Awesome, you've just created your ......
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 FreeTop 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
Top GitHub Comments
@derwaldgeist @iRequire @shlomoweb1 @randomunrandom @timohausmann @mazinsw @piotr-musialek-skyrise Sorry for the interrupt, it should be fixed now. Can you check on v2.6.9, please?
Can confirm the same happens when using Svelte. Downgrading fixed the issue.