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
Changing label language of the map and the app language from explore page (#653)
* added language selection in the explore route
* User can now change the language of the map labels from the explore route.
* This commit fixes the language switching problem and avoids passing custom props.
* This commit uses type guardind for the layer instead of casting to any.
* Fix the bug that the app is not reflecting the default user language setting.
* This commit will fix the issues related to switching the language with the user-preferred language and falls back to the default language when a user is logged out.
* This commit will removes the eslint warnings and a test error which was happening in one of the test routes.
* refactor: remove unused state from selector
---------
Co-authored-by: David Scheidt <[email protected]>
Co-authored-by: David Scheidt <[email protected]>
0 commit comments