on_mount helper for LiveView that ensures :theme is assigned on the
socket. LiveViews can rely on @theme being present whether rendering
via an HTTP request or a websocket socket lifecycle.
The theme provider owns caching and locale fallback. Resolve it on each LiveView mount so the current process locale is honored.