diff options
author | Ajay Ramachandran <[email protected]> | 2023-05-08 17:08:02 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2023-05-08 17:08:02 -0400 |
commit | 7960fde155f53bdc423f470d2ec663bd53cf5a45 (patch) | |
tree | f193b3f7e7edb9a97a6e0503ccb8fce45978e8d9 /public | |
parent | 4cae6e8f41f35ec0277bce0e522f3073f8e79bb2 (diff) | |
download | SponsorBlock-7960fde155f53bdc423f470d2ec663bd53cf5a45.tar.gz SponsorBlock-7960fde155f53bdc423f470d2ec663bd53cf5a45.zip |
Add description to translation
Diffstat (limited to 'public')
-rw-r--r-- | public/_locales/en/messages.json | 3 |
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\"" } } |