How to use paraglide with Remix? #2480
-
Hi, I’m using Remix with remix-i18next for translations. Unfortunately remix-i18next only supports translations stored on the FE server and not from external apis so I want to switch to inlang. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
Hi @juniorforlife, We will pre-release an i18n library (paraglide-js) that should be usable with remix next week. I understand that you want to use an i18n library for remix (and maybe some other parts of the inlang ecosystem). In that case, we don't offer an i18n library just yet. Would you be interested in testing paraglide-js in the context of remix? |
Beta Was this translation helpful? Give feedback.
Hi @juniorforlife I was testing the vite adapter and it works but it's still required to change some files in remix to make Paraglide run.
I created a library that handles this configuration https://github.com/BRIKEV/remix-paraglidejs. If you want to give it a try.