Alheimsins / bigfive-web

Website for taking personality tests
MIT License
213 stars 86 forks source link

Save identified language in localStorage #79

Closed maccyber closed 6 years ago

maccyber commented 6 years ago

When accessing the frontpage for the first time language is identified by request-country, so that the user user language automatically will be selected in language select-element, but when user refreshes the page the automatically selection is lost.

See logic in https://github.com/Alheimsins/bigfive-web/blob/master/pages/_app.js#L13 and https://github.com/Alheimsins/bigfive-web/blob/master/pages/index.js#L41

GusAV commented 6 years ago

I might be able to help you.

GusAV commented 6 years ago

Made the PR, hope it helps

maccyber commented 6 years ago

Looks great @GusAV. Thanks!