Add logic to show/hide transcripts without JS

This commit is contained in:
syeopite
2024-06-12 10:23:48 -07:00
parent 654f5fd45e
commit 786e40afb0
3 changed files with 23 additions and 2 deletions

View File

@@ -503,5 +503,7 @@
"carousel_skip": "Skip the Carousel",
"carousel_go_to": "Go to slide `x`",
"video_description_show_transcript_section_label": "Transcripts",
"video_description_show_transcript_section_button": "Show transcript"
"video_description_show_transcript_section_button": "Show transcript",
"video_description_show_transcript_section_button_hide": "Hide transcript",
"error_transcripts_none_available": "No transcripts are available"
}