5f514b170046453c851511a09ebfd5bd1dc0062a
Three empty-state texts hardcoded German in the HTML and never wired through the locale system: - VOD grid empty state: "Keine VODs" + "Wahle einen Streamer aus der Liste oder fuge einen neuen hinzu." Shown when no streamer is selected. English users were reading German strings here despite the rest of the app rendering in English. - Merge tab empty state: "Keine Videos ausgewahlt." Shown in the Videos zusammenfugen tab before any files are added. Existing locale tables already had `vods.noneTitle` / `vods.noneText` / `merge.empty` in both EN and DE — they just weren't being applied. Added IDs to the three elements (vodGridEmptyTitle / vodGridEmptyText / mergeEmptyText) and wired three setText calls in renderer-texts.applyText. Zero new locale keys; pure plumbing fix. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
No description provided
5.7 MiB
Releases
230
Twitch VOD Manager 1.0.23
Latest
Languages
TypeScript
74.7%
CSS
12.6%
HTML
7.1%
JavaScript
5.6%