aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-12-11 19:33:11 -0500
committerGitHub <[email protected]>2021-12-11 19:33:11 -0500
commit33094f2541ae31d22cdcf3b903f396817875649c (patch)
treee09cd14c4f868479a75d05d6ab1a050cb1a5b0d2
parenta8fee918e429a869a252197584ceed256e6215f7 (diff)
downloadSponsorBlock-33094f2541ae31d22cdcf3b903f396817875649c.tar.gz
SponsorBlock-33094f2541ae31d22cdcf3b903f396817875649c.zip
Add example for abbreviations
-rw-r--r--public/_locales/en/messages.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json
index 6215905f..c56b3275 100644
--- a/public/_locales/en/messages.json
+++ b/public/_locales/en/messages.json
@@ -839,9 +839,11 @@
"message": "New! Skip tangents and jokes with the filler category. Enable in options"
},
"dayAbbreviation": {
- "message": "d"
+ "message": "d",
+ "description": "100d"
},
"hourAbbreviation": {
- "message": "h"
+ "message": "h",
+ "description": "100h"
}
}