mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-19 03:54:39 -04:00
Add Russian translation (and make "Copy URL" translatable)
This commit is contained in:
parent
96009048b3
commit
1a8a42a43d
2 changed files with 24 additions and 1 deletions
|
@ -94,6 +94,7 @@ $(function(){
|
|||
$('#filehash .label').html(onionshare.strings['sha1_checksum']+':');
|
||||
$('#close-on-finish-wrapper label').html(onionshare.strings['close_on_finish']);
|
||||
$('#loading .calculating').html(onionshare.strings['calculating_sha1']);
|
||||
$('#copy-button').html(onionshare.strings['copy_url']);
|
||||
|
||||
if(onionshare.stay_open) {
|
||||
$('#close-on-finish').removeAttr('checked');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue