Incremental migration
Paraglide JS can load any translation file formats. As such, you can incrementally migrate to Paraglide JS.
- Continue using your existing translation files
- Mix and match different formats (JSON, i18next, etc.)
- Migrate your codebase piece by piece
Add the i18next plugin
Find a list of available plugins here. For this example, the i18next plugin is used. Update the project.inlang
settings to include the i18next plugin:
Using i18n libraries together
Now you can use both i18next and Paraglide JS in your code: