mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-23 14:11:10 +00:00
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:
parent
1690a7bdcf
commit
87bd316017
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue