Adriano Raiano

Results 751 comments of Adriano Raiano

What permission do I have for https://github.com/ahrjarrett/i18next-monorepo ?

seems GitHub changed the way repo transfer works... that used to be easier

This seems to be a very strange setup... You are using i18next-fs-backend but also using addResourceBundle.... etc.... Can you please isolate only i18next related code? And please provide a complete...

not easy to say without being able to track the real root cause.... but given your current load (10kb total) and the concurrency issues you're experiencing, I'd actually try the...

You have 2 options: 1. try with the nonExplicitSupportedLngs: true option (https://www.i18next.com/overview/configuration-options) (but this would probably fallback to zh) 2. define your custom fallbackLng logic or mapping: https://www.i18next.com/principles/fallback#fallback-to-different-languages

> Could you add a note to the docs to clarify that only the t function is bound to the namespace but not the i18n object? I updated the react-i18next...

Please provide a minimal reproducible example repository.

That's not a reproducible example repository or codesandbox example. This is just a code snippet we can't use for reproduction.