Plugins
i18next comes with a lot of modules to enhance the features available. There are modules to:
load resources, eg. via http fetch or from filesystem (Node.js, Deno)
cache resources using eg. i18next-localstorage-backend
detect user language by querystring, navigator, cookie, …
post processors to further manipulate values, eg. to add sprintf support
For usage details please read the documentation of the plugin (readme file in the repository or npm website).
If you're not sure on why you may need such a plugin, have a look at the First setup help page.
Last updated