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

@ -13,7 +13,7 @@ use PrivateBin\I18n;
<?php
if (empty($ERROR)) :
?>
<p><?php echo I18n::_('Your paste is <a id="pasteurl" href="%s">%s</a> <span id="copyhint">(Hit [Ctrl]+[c] to copy)</span>', $SHORTURL, $SHORTURL); ?></p>
<p><?php echo I18n::_('Your paste is <a id="pasteurl" href="%s">%s</a> <span id="copyhint">(Hit <kbd>Ctrl</kbd>+<kbd>c</kbd> to copy)</span>', $SHORTURL, $SHORTURL); ?></p>
<?php
else:
?>