From 5fa33694229da0506e7a265ff041acdb43e25ff0 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sun, 21 Dec 2025 21:34:51 -0700 Subject: [PATCH] ad farsi/persian lang --- src/providers/captions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/captions.ts b/src/providers/captions.ts index 2b043c9..b334a55 100644 --- a/src/providers/captions.ts +++ b/src/providers/captions.ts @@ -80,6 +80,7 @@ export function labelToLanguageCode(label: string): string | null { Italian: 'it', Norwegian: 'no', Persian: 'fa', + 'farsi/persian': 'fa', Polish: 'pl', Portuguese: 'pt', 'Protuguese (BR)': 'pt-br',