-
# Question about react-i18next
Questions should be posted on StackOverflow
I want code like this but it not work :(
-
## 🐛 Bug Report
When defining an interpolated date using the example in the docs, it does not interpolate the string successfully.
## To Reproduce
A [minimal reproducible example](https:/…
-
This package doesn't seem to work for me. I get this error in storybook every time I launch.
`undefined is not an object (evaluating 'i18n.options.react')`.
i18n works as expected when starting my…
-
## 🐛 Bug Report
I have a Next.js app with **es** & **en** locales with [default locale prefix](https://nextjs.org/docs/pages/building-your-application/routing/internationalization#prefixing-the-def…
-
**What version of this package are you using?**
nextjs: 13.4.2
next-translate: 2.0.5
**What operating system, Node.js, and npm version?**
node: 16.17.1
pnpm: 7.28.0
**What happened?**
Insid…
-
```
import translate from '../../services/translate/TranslateService';
translate.changeLanguage('en')}>
```
щоб не використовувати `translate` безпосередньо можна використати
```
con…
-
## 🐛 Bug Report
Warning: Cannot update a component (`Footer`) while rendering a different component (`Page`). To locate the bad setState() call inside `Page`
## To Reproduce
![ezgif com-gif-m…
-
## 🐛 Bug Report
Given this translation key: `"k_selectedFilter": "{filter}: {value}"`.
In a previous version, I used to use such approach:
```tsx
const { t } = useTranslation();
t('k_…
-
In the process of implementing an async validation logic in my Remix application, the email validation seems to be consistently skipped, resulting in a 'bad request' status consistently being returned…
-
Is it possible to pass an array of objects in the translation json files?
So that I can loop on them easily.
For instance, in my .json:
```
{
"testimonials": [
{
"text": "I like i…