-
## š Feature Proposal
Provide a `@i18next-parser-warning-ignore` (or equivalent if you don't like that name ha ha!) comment tag that will silent a warning on a specific code line.
## Motivatā¦
-
### Describe the bug
We are using i18next for our translations, and the Refine i18n provider uses a generic interface for the translate function.
i18next allows for array keys but that is currentlā¦
-
Let's discuss the i18next error here.
-
Hello.
I failed to display translations with Angular v18.
Here is the config file :
``` TypeScript
import { APP_INITIALIZER, LOCALE_ID, Provider } from "@angular/core";
import { Title } froā¦
-
Hey!
Please, take a look into the config bellow.
```typescript
import i18n from "@astrolicious/i18n";
i18n({
ns: [
"common",
"home",
"hero",
"how-we-work",
"our-cā¦
-
## š Bug Report
I was implementing react-i18next in Remix and I got the error from the title. I guess this isn't technically a bug but I wanted to check with you guys if it made sense to changeā¦
-
**Is your feature related to a specific framework or general for this extension**
i18next (v21)
**Is your feature request related to a problem? Please describe.**
If you upgrade to i18next@21 andā¦
-
### Version
- [X] I'm using version 1.16
### Known issues
- [X] I've checked Known issues
### Existing issues
- [X] I've checked Existing issues
### Advanced Preferences
- [X] I'vā¦
-
I am trying to use `withRelay` on a page that need preloading of info (classic `/account/edit` where I want fields to be filled with user data upfront).
So I started converting a simple page by addinā¦
-
After building the application on the production version I get the error Cannot read properties of undefined (reading 'getStackAddendum'). I have split the application into microfronts that are linkedā¦