This repository stores internationalization-related video metadata and assets, including titles, descriptions, and subtitles in multiple languages, and the thumbnails.
videos/
├── video-slug/
│ ├── en/ # English
│ │ ├── README.md
│ │ ├── subtitles.srt
│ │ └── thumbnail.webp
│ ├── fr/ # French
│ │ └── ...
│ └── ar/ # Arabic
│ └── ...
See CONTRIBUTING.md for detailed contribution guidelines.