Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 648 Bytes

Internationalization.md

File metadata and controls

11 lines (6 loc) · 648 Bytes

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:

The translation files are located in locales directory.