OdyseeTeam / odysee-frontend

The code that runs odysee.com
https://odysee.com
MIT License
209 stars 65 forks source link

new language notification #3090

Open tzarebczan opened 4 months ago

tzarebczan commented 4 months ago

When a new language is added and a user already defaulted to english / other because it wasn't available, there's no easy way to check if it's been added/available besides going into settings.

We would probably need to store available languages somewhere, and then compare browser language / selected language. Not sure we can add any metadata to the language options themselves.

tzarebczan commented 4 months ago

We could also just force the notification it in certain regions when it becomes available also.