Comments now show if they were edited and if they received a heart from the uploader (plus additional classes in default.css). The isEdited attribute was also added in the comments API and new strings in en-US.json

This commit is contained in:
Agustin Ferrari
2019-02-01 09:09:10 -03:00
parent e9ea365f2f
commit b0ba670c91
3 changed files with 67 additions and 6 deletions

View File

@@ -270,5 +270,9 @@
"News": "News",
"Movies": "Movies",
"Download": "Download",
"Download as: ": "Download as: "
"Download as: ": "Download as: ",
"%A %B %-d, %Y": "%A %B %-d, %Y",
"(edited)": "(edited)",
"Youtube permalink of the comment": "Youtube permalink of the comment",
"`x` marked it with a ❤": "`x` marked it with a ❤"
}