From 1d699d537cf5b94b0696a5903d5e48f8951dfaa0 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Tue, 9 Dec 2025 17:22:32 -0300 Subject: [PATCH] fix: re add missing locales that got wrongly deleted on 9b081d847f --- locales/en-US.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/locales/en-US.json b/locales/en-US.json index a2596f1b..e3d8ce37 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -541,5 +541,11 @@ "timeline_parse_error_placeholder_heading": "Unable to parse item", "timeline_parse_error_placeholder_message": "Invidious encountered an error while trying to parse this item. For more information see below:", "timeline_parse_error_show_technical_details": "Show technical details", + "video_description_toggle_transcript_widget_label": "Transcripts", + "video_description_toggle_transcript_widget_button_label_show": "Show transcript", + "video_description_toggle_transcript_widget_button_label_hide": "Hide transcript", + "error_transcripts_none_available": "No transcripts are available", + "transcript_widget_title": "Transcript", + "transcript_widget_no_js_change_transcript_btn": "Swap", "dmca_content": "This video cannot be downloaded on this instance due to a DMCA/copyright infringement letter sent to the instance administrator." }