From 87bd3160177d6564433640dca2f24d7f536ca72b Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Fri, 30 Oct 2020 22:54:36 +0100 Subject: [PATCH] Removed 'ago'-suffix from translations (#673) moment.js had a flag that stripped these suffixes from their output, so that we could customize the messages more. luxon does not have this flag and therefore generates double suffixes. --- public/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/en.json b/public/locales/en.json index 84249ff37..4ddce04da 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -329,8 +329,8 @@ }, "documentInfo": { "title": "Document info", - "created": "<0> created this note <1> ago", - "edited": "<0> was the last editor <1> ago", + "created": "<0> created this note <1>", + "edited": "<0> was the last editor <1>", "usersContributed": "<0> users contributed to this document", "revisions": "<0> revisions are saved" },