You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
About translation thing:
I just wanted to give heads up, who will copy paste it from here because I changed text in templates, so thought that code needs to replace that exact text in it.Im have no knowledge of coding :).
It is good that contributing software you use, this was my first post on github.
Hi,
Expand.js missing a } in code so it is not working properly. I corrected the error.
Please change this lines to fit your needs, as it is translated for Turkish.
html($(this).text().replace(("Görmek için cevapla tuşuna tıklayın."), ''+("Genişletmek için tıklayın")+'.'))
Code below:
/*
*
*
*/
$(document).ready(function(){
if($('span.omitted').length == 0)
return; // nothing to expand
});
The text was updated successfully, but these errors were encountered: