Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 649 Bytes

Internationalization.md

File metadata and controls

10 lines (6 loc) · 649 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.