From 1c496e372eae9f063214645d390f1b6d921968e6 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 6 Sep 2026 10:56:08 +0000 Subject: [PATCH] feat!: drop the Early tag from the Windows download rows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Windows is no longer younger than the other two platforms, so the "Early" pill it carried on every download row — the label pill on the direct .exe rows and the one under the Microsoft Store badge — no longer says anything true. Removes both renders, the now-unused `tagCls`, and `dlEarly` from `UIStrings` and all nine locales. `DownloadGroup.windows` stays: it still selects the unsigned-download note under the Windows column, which is a separate and still-accurate claim. With no string left to read, `VoiceDownloadRow` no longer takes a `ui` prop. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01Gtr5DLgddkeyaC3cHUQqgb --- src/components/VoiceDownload.astro | 2 +- src/components/VoiceDownloadAll.astro | 2 +- src/components/VoiceDownloadRow.astro | 24 +++--------------------- src/lib/i18n.ts | 4 ---- src/lib/ui/de.ts | 1 - src/lib/ui/es.ts | 1 - src/lib/ui/fr.ts | 1 - src/lib/ui/it.ts | 1 - src/lib/ui/ja.ts | 1 - src/lib/ui/ko.ts | 1 - src/lib/ui/zh-hant.ts | 1 - src/lib/voice-download-groups.ts | 2 +- 12 files changed, 6 insertions(+), 35 deletions(-) diff --git a/src/components/VoiceDownload.astro b/src/components/VoiceDownload.astro index c7dae1c..42e90f3 100644 --- a/src/components/VoiceDownload.astro +++ b/src/components/VoiceDownload.astro @@ -242,7 +242,7 @@ const allCls =
{entries.map((e) => ( -