Open tunayuyar opened 10 years ago
Yes, STI probably messed it up a little during merging it from my branch.
Wrt translations: these can be handled using gettext, i've posted somewhere on /sup/ board how to do it
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
});