Internationalization
The i18next provides internationalization support for this project. Translations are retrieved at run time without bloating the application with all translations.
Here are the i18next plugins configured in src/app/utils/i18n.js:
i18next-browser-languagedetector: language detector used in browser environment for i18next
i18next-http-backend: backend layer for i18next using browsers xhr
The translation files are located in locales directory.
Last updated