mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-20 15:45:46 -04:00
Localize chapters label
This commit is contained in:
parent
e30bd90b80
commit
074a8c208a
@ -484,5 +484,7 @@
|
||||
"channel_tab_releases_label": "Releases",
|
||||
"channel_tab_playlists_label": "Playlists",
|
||||
"channel_tab_community_label": "Community",
|
||||
"channel_tab_channels_label": "Channels"
|
||||
"channel_tab_channels_label": "Channels",
|
||||
"video_chapters_label": "Chapters",
|
||||
"video_chapters_auto_generated_label": "These chapters are auto-generated"
|
||||
}
|
||||
|
@ -1,10 +1,10 @@
|
||||
<% if !chapters.empty? %>
|
||||
<div class="description-chapters-section">
|
||||
<hr class="description-content-separator"/>
|
||||
<h4>Chapters</h4>
|
||||
<h4><%=translate(locale, "video_chapters_label")%></h4>
|
||||
|
||||
<% if video.automatically_generated_chapters? %>
|
||||
<h5>Chapters are automatically generated </h5>
|
||||
<h5><%=translate(locale, "video_chapters_auto_generated_label")%> </h5>
|
||||
<% end %>
|
||||
|
||||
<div class="description-chapters-content-container">
|
||||
|
Loading…
x
Reference in New Issue
Block a user