NodeBB v3 Quick reply
-
-
Good question. Not sure if that is tied into the language packs - you should ask the NodeBB devs directly. In the meantime, this is really dirty, but will address the problem in the short term (I used Google Translate, so you should check)
Add this into the JS section
$(window).on('action:ajaxify.end', function(data) { $(document).ready(function() { $('[component="topic/quickreply/text"]').removeAttr('placeholder'); $('[component="topic/quickreply/text"]').attr("placeholder", "Gönderi içeriğinizi buraya girin, resimleri sürükleyip bırakın"); }); }); -
-
-
here is the link: https://app.transifex.com/nodebb/nodebb/translate/#tr
-
-