aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2023-05-08 17:08:02 -0400
committerGitHub <[email protected]>2023-05-08 17:08:02 -0400
commit7960fde155f53bdc423f470d2ec663bd53cf5a45 (patch)
treef193b3f7e7edb9a97a6e0503ccb8fce45978e8d9 /public
parent4cae6e8f41f35ec0277bce0e522f3073f8e79bb2 (diff)
downloadSponsorBlock-7960fde155f53bdc423f470d2ec663bd53cf5a45.tar.gz
SponsorBlock-7960fde155f53bdc423f470d2ec663bd53cf5a45.zip
Add description to translation
Diffstat (limited to 'public')
-rw-r--r--public/_locales/en/messages.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json
index 84d6a8fa..db7e2a7e 100644
--- a/public/_locales/en/messages.json
+++ b/public/_locales/en/messages.json
@@ -1237,6 +1237,7 @@
"message": "Allow Scrolling To Edit Times"
},
"NoticeTimeAfterSkip": {
- "message": "{seconds}s"
+ "message": "{seconds}s",
+ "description": "This is used on the popup to show how much time left. It will look like \"5s\". The word {seconds} will be replaced, so keep it here. Translations should only change the \"s\""
}
}