1547 idiomas de los subtítulos

https://w3id.org/class/redaktor/subtitleLanguage

JSON

Inbox

Definition

Se utiliza en PeerTube con el objeto de vídeo. Lenguas en las que están disponibles los subtítulos/capítulos. IETF BCP 47 standard format.
ver schema.org/subtitleLanguage
véase también schema.org/Language

Example

{
  "type": "Video",
  "id": "https://peertube2.cpy.re/videos/watch/...",
  "name": "HLS test 1",
  "subtitleLanguage": [
    {
      "identifier": "ca",
      "name": "Catalan",
      "url": "https://peertube2.cpy.re/lazy-static/video-captions/...-ca.vtt"
    }
  ],

  // Optional
  "language": {
    "identifier": "en",
    "name": "English"
  }
}