update all language files & SRI hashes

all tests pass, still need to replicate template changes and do manual testing to validate the UX
This commit is contained in:
El RIDO 2024-11-24 12:49:21 +01:00
parent 544c4d2f5f
commit 9028ddbb97
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
39 changed files with 148 additions and 77 deletions

View file

@ -155,7 +155,7 @@ describe('PasteStatus', function () {
'\t\t<title>PrivateBin</title>\n' +
'\t</head>\n' +
'\t<body>\n' +
'\t\t<p>Your paste is <a id="pasteurl" href="' + shortUrlString + '">' + shortUrlString + '</a> <span id="copyhint">(Hit [Ctrl]+[c] to copy)</span></p>\n' +
'\t\t<p>Your paste is <a id="pasteurl" href="' + shortUrlString + '">' + shortUrlString + '</a> <span id="copyhint">(Hit <kbd>Ctrl</kbd>+<kbd>c</kbd> to copy)</span></p>\n' +
'\t</body>\n' +
'</html>',
clean = jsdom();
@ -255,4 +255,3 @@ describe('PasteStatus', function () {
);
});
});