From 3b5a1bb76e2e3fe394f22b17df170349a6cc81ae Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sun, 9 Nov 2025 12:53:23 -0700 Subject: [PATCH] Remove word override "i" Removed hard-coded "i" -> "I" override as it's language-specific and breaks languages like Polish where "i" means "and" --- src/components/player/base/SubtitleView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/player/base/SubtitleView.tsx b/src/components/player/base/SubtitleView.tsx index 75774964..aadc31bb 100644 --- a/src/components/player/base/SubtitleView.tsx +++ b/src/components/player/base/SubtitleView.tsx @@ -11,7 +11,7 @@ import { usePlayerStore } from "@/stores/player/store"; import { SubtitleStyling, useSubtitleStore } from "@/stores/subtitles"; const wordOverrides: Record = { - i: "I", + // Example: i: "I", but in polish "i" is "and" so this is disabled. }; export function CaptionCue({