Top "I18next" questions

i18next is a full-featured i18n javascript library for translating your webapplication.

Getting i18next translator Missing key

This is my first time with i18next and I have no idea how to make it work. (it seems …

i18next
Using react-i18next within a class component

I am trying to translate my application using react-i18next. I know how to use it with simple const components, …

javascript reactjs i18next
Replacing variables in i18next

I have implemented i18next, and after getting help on a couple of issues all works fine. I still have …

jquery variables jquery-mobile i18next
Can't make i18n run

I am creating a website with HTML5 and CSS, not using CMS. My next goal was to make the website …

javascript html json internationalization i18next
Change language of whole react-native app

My app in react-native has 2 languages: english and french. I've done a i18n.js file and 2 "translation.js" files …

function react-native translate i18next
React and i18n - translate by adding the locale in the URL

Hello I'm building a demo application just to learn React and I'm kinda stuck with the translation proccess. What I'm …

reactjs react-router internationalization i18next
How to disable caching for i18next translation.json files?

I'm running a single page app on IIS and using i18next library for translations in my app. The problem …

json caching web-config cache-control i18next
How to fix `TypeError: Cannot read property 'type' of undefined` when testing i18next with Jest

I have a react project and I have included i18next = 15.0.4 and react-i18next = 10.2.0 dependencies. I have created a module …

typescript jestjs i18next react-i18next
How to type check i18n dictionaries with TypeScript?

Is there a possibility to type check existing keys in react-i18next dictionaries? So that TS will warn you during …

typescript i18next react-i18next