pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove word override "i"

Removed hard-coded "i" -> "I" override as it's language-specific and breaks languages like Polish where "i" means "and"

Pas 3b5a1bb7 3cfd4457

+1 -1
+1 -1
src/components/player/base/SubtitleView.tsx
··· 11 11 import { SubtitleStyling, useSubtitleStore } from "@/stores/subtitles"; 12 12 13 13 const wordOverrides: Record<string, string> = { 14 - i: "I", 14 + // Example: i: "I", but in polish "i" is "and" so this is disabled. 15 15 }; 16 16 17 17 export function CaptionCue({