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.
This commit is contained in:
Erik Michelson 2020-10-30 22:54:36 +01:00 committed by GitHub
parent 1690a7bdcf
commit 87bd316017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -329,8 +329,8 @@
},
"documentInfo": {
"title": "Document info",
"created": "<0></0> created this note <1></1> ago",
"edited": "<0></0> was the last editor <1></1> ago",
"created": "<0></0> created this note <1></1>",
"edited": "<0></0> was the last editor <1></1>",
"usersContributed": "<0></0> users contributed to this document",
"revisions": "<0></0> revisions are saved"
},