Exploring Multilingual Features

Let's take a closer look at the YAML configuration provided earlier and see what happens when we introduce more detailed elements:

name: Hello world
version: v1
email: help@lupo.ai, dev@lupo.ai
speaker: Jenny
captions: spanish, italian, french
chapters:
  - name: Sample Chapter
    sections:
      - name: Sample Section
        href: samples/sample.md

Understanding Captions

Captions play a crucial role by offering brief text descriptions that help explain or add context to media content—especially in videos or images. In your YAML configuration, including the line:

captions: spanish, italian, french

And with that, you tell us you want to translate Spanish, Italian, and French subtitles. This step empowers your content to be meaningful across different languages.