You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is a built-in static mapping for supported languages and countries. Modify to dynamical mapping without the need for hardcoded parameterization.
Fix HomeControler - dynamically load available languages.
Fix Client.js - add properly locale data to context, load mapping from a external resource.
Fix App.js - init default mapping properly.
Fix localeReducer - dispatch load of locales in a dynamic way.
Fix index.html - creating locale messages has to be dynamic based on configuration.
Those are the places that should be changed - TBD how exactly.
The text was updated successfully, but these errors were encountered:
zcgandcomp
changed the title
Modify App.js to to dynamically resolve locale to country mapping
Dynamically resolve locale to country mapping and message bundles
Jun 1, 2023
Currently, there is a built-in static mapping for supported languages and countries. Modify to dynamical mapping without the need for hardcoded parameterization.
Fix HomeControler - dynamically load available languages.
Fix Client.js - add properly locale data to context, load mapping from a external resource.
Fix App.js - init default mapping properly.
Fix localeReducer - dispatch load of locales in a dynamic way.
Fix index.html - creating locale messages has to be dynamic based on configuration.
Those are the places that should be changed - TBD how exactly.
The text was updated successfully, but these errors were encountered: