Remove word override "i"

Removed hard-coded "i" -> "I" override as it's language-specific and breaks languages like Polish where "i" means "and"
This commit is contained in:
Pas 2025-11-09 12:53:23 -07:00
parent 3cfd44579c
commit 3b5a1bb76e

View file

@ -11,7 +11,7 @@ import { usePlayerStore } from "@/stores/player/store";
import { SubtitleStyling, useSubtitleStore } from "@/stores/subtitles";
const wordOverrides: Record<string, string> = {
i: "I",
// Example: i: "I", but in polish "i" is "and" so this is disabled.
};
export function CaptionCue({