From 33094f2541ae31d22cdcf3b903f396817875649c Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sat, 11 Dec 2021 19:33:11 -0500 Subject: [PATCH] Add example for abbreviations --- public/_locales/en/messages.json | 6 ++++-- 1 file 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" } }