Plugins and Utils

i18n formats

While the i18next format (JSON based) is the preferred solution and widely supported in translation management tools like locize.com, you might prefer another exciting format, like:

In general, using an i18n format plugin, will remove the i18next specific format functionality, like plurals, interpolation, context, etc... you need to use the format requested in the used i18n format.

extraction tools

utils

services

Services that are known to fully support the i18next format (plural handling, ...) and sponsoring or contributing to the development of i18next.

backend extenders

backends

language detector

post processors

loggers

Only the integrated console logger is available for now.

Create your own plugin

Want to create your own plugins? Learn more here.

Last updated