React Internationalization with i18next and Translation Management in Under 15 Minutes

preview_player
Показать описание
Today we're going to set up i18next with React and use i18nexus to manage our translations. Not only that, we're going to set up our app to be automatically translated with Google Translate!

Libraries used:
i18next
react-i18next
i18next-http-backend
i18next-browser-languagedetector

Рекомендации по теме
Комментарии
Автор

underrated guide tutorial, this is the perfect explaination video i ever found on YouTube

rach
Автор

Thank you i18n for creating great API :)

farhanfadil
Автор

Great vide, thank you! wish there was better quality video. 720p hurts my eyes.

reddevilv
Автор

Huge thanks, it's the easiest way to make it;
I wanted to ask if there is anyway to add buttons so that the user selects the language.

jlassifourat
Автор

is it possible to edit the translated strings?

omarmanaabon
Автор

Huge thanks for this lesson.
What if we need to translate a variable outside of the React component?
For example some shared labels variable from constants.js file (which was used in different files). Translation appears only after page refreshing. Any workaround?

nikitastriuk