terrabrasilis / webmap

Terrabrasilis WebMap for exploring the deforestation data from GeoServices.
http://terrabrasilis.dpi.inpe.br/app/map/deforestation
GNU General Public License v3.0
4 stars 3 forks source link

Translation of authentication menu #35

Closed andre-carvalho closed 4 years ago

andre-carvalho commented 4 years ago

The translation of the authentication menu is not maintained. To reproduce this behavior, we select the English language, reload the application and open the dialog box by clicking on the icon.

oauthUI-translate

claudiobogossian commented 4 years ago

Fixed, the problem was that the Authentication init method wasn't checking the current language on localStorage to init the Authentication menu. Changed the location of the Authentication.init() method to get the language first.