python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
React-hook-form + React-i18n = translation not working
I hope you are all good,
I have an object {valueA: "a", valueB: "b", ... } with a lot of fields and rather than writing all setter, you know:
const [valueX, setValueX] = useState(d...

Farid212
Votes: 0
Answers: 1
i18next dealing with multiple translation files nested namespaces
I'm having issues figuring out how to lazy load my translations with i18next.
Here's my setup:
i18n
.use(Backend)
.use(LanguageDetector)
.use(initReactI18next)
.init({
debug: NODE_ENV === ...
Barry Michael Doyle
Votes: 0
Answers: 1
Adding links to text in React I18next
I have a problem with I18next. I can't figure out how to make links to websites work, here is my code:
import React, { Suspense } from "react";
import i18n from "i18next";
import {...
aksoco
Votes: 0
Answers: 5
i18next keeps saying missingKey but it looks fine?
I am trying to use i18next in our React app, the translation loaded just fine on the page and I was able to switch between the supported languages. But the console log would keeps on printing missingK...
codenamezero
Votes: 0
Answers: 1