Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Custom Channel Overrides #1372

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 15 additions & 9 deletions public/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,32 +119,32 @@
"message": "Are you sure you want to submit this?"
},
"whitelistChannel": {
"message": "Whitelist channel"
"message": "Whitelist channel"
},
"removeFromWhitelist": {
"message": "Remove channel from whitelist"
"message": "Remove channel from whitelist"
},
"voteOnTime": {
"message": "Vote On A Segment"
"message": "Vote On A Segment"
},
"Submissions": {
"message": "Submissions"
"message": "Submissions"
},
"savedPeopleFrom": {
"message": "You've saved people from "
"message": "You've saved people from "
},
"viewLeaderboard": {
"message": "Leaderboard"
"message": "Leaderboard"
},
"recordTimesDescription": {
"message": "Submit"
"message": "Submit"
},
"submissionEditHint": {
"message": "Section editing will appear after you click submit",
"description": "Appears in the popup to inform them that editing has been moved to the video player."
},
"popupHint": {
"message": "Hint: You can setup keybinds for submitting in the options"
"message": "Hint: You can setup keybinds for submitting in the options"
},
"clearTimesButton": {
"message": "Clear Times"
Expand Down Expand Up @@ -301,6 +301,12 @@
"enableSkipping": {
"message": "Skipping is disabled"
},
"disableChannelOverrides": {
"message": "Channel Overrides are enabled"
},
"enableChannelOverrides": {
"message": "Channel Overrides are disabled"
},
"yourWork": {
"message": "Your Work",
"description": "Used to describe the section that will show you the statistics from your submissions."
Expand Down Expand Up @@ -948,7 +954,7 @@
"FullDetails": {
"message": "Full Details"
},
"CopyDownvoteButtonInfo": {
"CopyDownvoteButtonInfo": {
"message": "Downvotes and creates a local copy for you to resubmit"
},
"OpenCategoryWikiPage": {
Expand Down