/** * Thin static seed for the title-prefix token translations (`%S` / `%E` * plus the season-0 extras label). * * This bundle contains ONLY the title-prefix token keys from the * desktop-ui i18n set. It is imported statically by `NMVideoPlayer` so token * resolution at queue-ingest time works regardless of whether `DesktopUiPlugin` * has been added, and regardless of which language bundles have been loaded * asynchronously. The full desktop-ui bundle is still loaded lazily by the * plugin's `static translations` declaration — this file does not replace it, * it merely ensures the token keys are never absent. * * Keys are the canonical `plugin.desktop-ui.token.*` names so they share the * same namespace as the full plugin bundle; no key duplication. */ import type { Translations } from '@nomercy-entertainment/nomercy-player-core'; export declare const titleTokenTranslations: Translations;