mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 19:47:04 +03:00
Added guideline reminders for
This commit is contained in:
@@ -716,6 +716,15 @@
|
||||
"category_chapter_description": {
|
||||
"message": "Custom named chapters describing major sections of a video."
|
||||
},
|
||||
"category_chapter_guideline1": {
|
||||
"message": "Don't mention sponsor brand names"
|
||||
},
|
||||
"category_chapter_guideline2": {
|
||||
"message": "Use larger chapters for general sections"
|
||||
},
|
||||
"category_chapter_guideline3": {
|
||||
"message": "Smaller chapters can be placed inside larger ones"
|
||||
},
|
||||
"category_livestream_messages": {
|
||||
"message": "Livestream: Donation/Message Readings"
|
||||
},
|
||||
|
||||
@@ -137,5 +137,16 @@ export function getGuidelineInfo(category: Category): TextBox[] {
|
||||
icon: "icons/bolt.svg",
|
||||
text: chrome.i18n.getMessage(`category_${category}_guideline3`)
|
||||
}];
|
||||
case "chapter":
|
||||
return [{
|
||||
icon: "icons/close-smaller.svg",
|
||||
text: chrome.i18n.getMessage(`category_${category}_guideline1`)
|
||||
}, {
|
||||
icon: "icons/check-smaller.svg",
|
||||
text: chrome.i18n.getMessage(`category_${category}_guideline2`)
|
||||
}, {
|
||||
icon: "icons/check-smaller.svg",
|
||||
text: chrome.i18n.getMessage(`category_${category}_guideline3`)
|
||||
}];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user