react-i18next in 8 minutes

preview_player
Показать описание
Here is a crash course on react-i18next for React developers

ToC
00:00 - Intro
00:57 - Variation 1 (including the translations content in the React app)
04:22 - Variation 2 (loading translations content dynamically from an API)

Here is the code and article I used for reference:

Enjoy!

Made with love by COMMAND LABS

#react #typescript #i18next #internationalization #worldwide #global #commandlabs #command
Рекомендации по теме
Комментарии
Автор

From now on "Hola papi!" is my "Hello World"

uifranco
Автор

Fast, simple, clear. Give that man a cookie!

georgi-kolev
Автор

so simple to understand, its really smart to cut the middle part, this helps a lot, thanks!

kuoyulu
Автор

GENIAL! Thats awesome man thanks for sharing both example. Really see the benefits of both scenario

jimmydla
Автор

you're a great tutor. thanks a lot brother. lots of love from india.

ravalvraj
Автор

Thank you now I can add I18next in my skills

clifflikovo
Автор

Hi, could you elaborate on why you have to import "i18n" in the index.tsx file to initialize i18n ? I feel it might be a basic explanation but can't find the logic in i18n doc or anywhere else so far

emmanuelbrun
Автор

Thanks for the video.
Important question -
Is there a way to make automatic translation to the text instead of doing it hard coding?
Because its a hard time to code it in different 40 languages or more!

g-dd-were
Автор

thanks for the video. Could you please create a video or provide a sample code for react-i18next plurals. Thanks

PriyanshiGupta-epwq
Автор

i shit myself, im sitting in library and your audio sounds like my headphones wasn't connected and i checked it for like 5 times and still was something off

it turned out it just audio with a lot of echo hahah

olivergavv
Автор

"no, i dont trust them but i must click this button" this is the best assertion ever heard 😜

igeoorgeg
Автор

Can you tell me how can I translate the URL?

suyogdhadwe
Автор

use in the dropdown to get more clarity after switching the languages

mohammadarbaz
Автор

So you still loaded all translations from the backend...?

kirillzlobin
Автор

This line after useEffect code shows error in node console

const lng = navigator.language

ReferenceError: navigator is not defined

Bumprdlik