THEOplayer / web-ui

UI component library for the THEOplayer Web SDK
https://www.theoplayer.com/docs/open-video-ui/web/
MIT License
10 stars 0 forks source link

Localization #39

Open MattiasBuelens opened 10 months ago

MattiasBuelens commented 10 months ago

Web UI should support multiple languages.

MattiasBuelens commented 10 months ago

Lit supports localization, but it's probably too big of a change to migrate the entire project to Lit. Also, since Lit version 3 dropped support for legacy browsers, we might not be able to support older smart TVs.

Perhaps we can use some parts of Lit's localization? For example, use their msg function and their runtime mode, but don't use their automatic re-rendering? 🤔