This commit is contained in:
Andras Schmelczer 2026-06-25 22:29:52 +01:00
parent 2efa4d9f47
commit 5e73287eaf
99 changed files with 6392 additions and 1462 deletions

View file

@ -150,7 +150,7 @@ function ProductDemoVideo() {
<track
kind="captions"
srcLang={(i18n.language ?? 'en').split('-')[0]}
label="Captions"
label={t('common.captions')}
src={`/video/${productDemoSlug}.vtt`}
/>
</video>