From 7960fde155f53bdc423f470d2ec663bd53cf5a45 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 8 May 2023 17:08:02 -0400 Subject: Add description to translation --- public/_locales/en/messages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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\"" } } -- cgit v1.2.3