Skip to content

Commit

Permalink
Merge pull request #381 from schuettloeffel-elsa/380-add-i18n-for-sub…
Browse files Browse the repository at this point in the history
…titles

added i18n for subtitles, added subtitles to test file
  • Loading branch information
Arnei authored May 17, 2024
2 parents 9d93eb9 + 9596335 commit 8d89046
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,10 @@
"MULTIPLE_PARTS": {
"SHORT": "Multiple parts",
"DETAIL": "A set of files containing different parts of the event."
},
"SUBTITLES": {
"SHORT": "Subtitles",
"DETAIL": "A subtitle file in vtt format"
}
},
"DATE_TIME": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"EVENTS.EVENTS.NEW.SOURCE.UPLOAD.SEGMENTABLE": "{\"id\": \"track_presentation\",\"type\":\"track\", \"flavorType\": \"presentation\",\"flavorSubType\": \"source\", \"multiple\":false,\"displayOrder\":11}",
"EVENTS.EVENTS.NEW.SOURCE.UPLOAD.UNKNOWN": "{\"id\": \"track_unknown\",\"type\":\"track\", \"flavorType\": \"presentation\",\"flavorSubType\": \"unknown\", \"multiple\":false,\"displayOrder\":11, \"displayOverride.SHORT\":\"Override Text\", \"displayFallback.DETAIL\":\"Fallback detail text\"}",
"EVENTS.EVENTS.NEW.SOURCE.UPLOAD.AUDIO_ONLY": "{\"id\": \"track_audio\",\"type\":\"track\", \"flavorType\": \"audio\",\"flavorSubType\": \"source\", \"multiple\":false,\"displayOrder\":6, \"displayOverride.SHORT\":\"Hi I'm the translate text short override!\", \"displayOverride.DETAIL\":\"Hi I'm the translate text detail override!\"}",
"EVENTS.EVENTS.NEW.SOURCE.UPLOAD.SUBTITLES": "{\"id\": \"track_subtitles\", \"type\":\"track\", \"flavorType\": \"captions\", \"flavorSubType\": \"source\", \"tags\": \"generator:unknown\", \"displayOrder\":3, \"accept\": \".vtt\"}",
"EVENTS.EVENTS.NEW.UPLOAD_ASSET.WORKFLOWDEFID": "publish-uploaded-assets"
}

0 comments on commit 8d89046

Please sign in to comment.