chore: Use en-EN for comments
This commit is contained in:
@ -169,7 +169,7 @@ which were inspired by https://codeberg.org/jwildeboer/jwildeboersource/src/comm
|
||||
permalink.setAttribute("itemprop", "url");
|
||||
permalink.setAttribute("title", `View comment at ${ instance }`);
|
||||
permalink.setAttribute("rel", "external nofollow");
|
||||
permalink.textContent = new Date(status.created_at).toLocaleString('en-GB', {
|
||||
permalink.textContent = new Date(status.created_at).toLocaleString('en-IE', {
|
||||
dateStyle: "long",
|
||||
timeStyle: "short",
|
||||
});
|
||||
@ -182,7 +182,7 @@ which were inspired by https://codeberg.org/jwildeboer/jwildeboersource/src/comm
|
||||
timestamp.classList.add("edited");
|
||||
timestamp.setAttribute(
|
||||
"title",
|
||||
"Edited " + new Date(status.edited_at).toLocaleString('en-GB', {
|
||||
"Edited " + new Date(status.edited_at).toLocaleString('en-IE', {
|
||||
dateStyle: "long",
|
||||
timeStyle: "short",
|
||||
})
|
||||
|
Reference in New Issue
Block a user