Adriano Raiano

Results 751 comments of Adriano Raiano

Here is the test: https://github.com/i18next/react-i18next/blob/badba254ccdd16145f5b0628babaad1efffc8448/test/trans.render.spec.jsx#L106 with this key: https://github.com/i18next/react-i18next/blob/master/test/i18n.js#L44

Feel free to provide a PR for that.

Based on the error I don't think this is related on i18next. Also try to reproduce it with this example: https://github.com/i18next/react-i18next/tree/master/example/ReactNativeProject

You may want to try with https://github.com/i18next/i18next-cli

You may ask in the Next.js repo.... there is not much we can do here

What is your motivation for having this inside this repository? I need the examples that are here in the examples directory to smoke test next-i18next... So I would prefer not...

i18next loads on-request the specific namespace(s) for the necessary language(s)... so the short answer is: NO. But there is maybe the possibility to use https://github.com/i18next/i18next-multiload-backend-adapter

Sorry, that's not possible to remove... since it is used also on non-deno environments... we would need to drop the support for cjs completely... Maybe this will land sooner or...

> But incompatible is still incompatible so I left this issue open. Maybe loading .cjs support will come back in a future Deno version? btw what do you mean with...

I assume `npm run test:deno` works , because if loading a cjs file from a relative path it works... if loaded directly from a http source it somehow fails... So...