Localization
This application completely supports localization. Under the hood, we are using react-redux-localize plug-in.
Architecture
Localization is configured under the app/localization folder.
- Supported languages can be defined under index.js file in this folder on line 2.
- Different languages can be translated under translations folder in json format. Each translation is an array of strings. The order of strings should be the same as the order of languages defined in the first point.