HugoFara / lwt

Learn languages by reading! A language learning app stemmed from Learning with Texts (LWT).
https://hugofara.github.io/lwt/
The Unlicense
164 stars 19 forks source link

Move language settings from cookie to local storage #186

Open HugoFara opened 6 months ago

HugoFara commented 6 months ago

Language settings are only used for SpeechSynthesysUtterance on client-side. Yet they are saved as cookies, meant to be used on server-side. There is no reason to keep it this way.