mirror of
https://github.com/p-stream/p-stream.git
synced 2026-01-11 20:10:32 +00:00
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:
parent
3cfd44579c
commit
3b5a1bb76e
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue