feat: add multilingual subtitle tracks

This commit is contained in:
Nice Try
2026-06-26 14:34:10 +00:00
parent 7ce7941712
commit 22871f6679
13 changed files with 486 additions and 89 deletions
+7
View File
@@ -29,6 +29,7 @@
"next-themes": "^0.3.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"server-only": "^0.0.1",
"sharp": "^0.35.1",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
@@ -6317,6 +6318,12 @@
"node": ">=10"
}
},
"node_modules/server-only": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/server-only/-/server-only-0.0.1.tgz",
"integrity": "sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==",
"license": "MIT"
},
"node_modules/set-function-length": {
"version": "1.2.2",
"dev": true,