import type { ReactiveController, ReactiveControllerHost } from 'lit'; import { onLocaleChange } from './registry.js'; /** * Re-renders its host when a chrome-string catalogue arrives. * * @remarks * Without this the catalogue would have to be on the page BEFORE the elements upgrade, which is not something a component can require of a real host. WordPress orders enqueued scripts by dependency and a site owner can add `defer` to any of them; a CDN embed is two independent `