#Supported i18n libraries
The support of i18n libraries depends on plugins.
Here you can find a list of supported i18n libraries and their corresponding plugins:
i18n library | plugin |
---|---|
Paraglide JS | inlang message format + m function matcher |
i18next | i18next |
next-intl | next-intl |
sap-ui5 | JSON + sap-ui5 matcher |
vue-i18n | JSON + t function matcher |
libraries with regular JSON files | JSON + t function matcher |
Note: The plugins are not limited to the libraries mentioned above. If you have a library that is not listed here, you can still use the plugins mentioned above if the library uses the same format like the JSON format or the t function matcher.
#Is there no plugin for your library?
- Create a new plugin for your library.
- Join our Discord
and let us know which library you would like to see supported.