@Panda said in Upgrade to NodeBB v3? 2BB or not 2BB, that is the question!:
So although thats a plugin it has Widget like element and stopped working on the Theme change
Which is normal based on the widgets being reset when you change themes.
Hi Mark
How can i change the turkish language quick reply button?
I have just fixed it on transifex, it should be available on the next release. I was quite busy recently, so could not translate new strings to Turkish. Feel free to create an account on Transifex and help with the translation.
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");
});
});
I have just fixed it on transifex, it should be available on the next release. I was quite busy recently, so could not translate new strings to Turkish. Feel free to create an account on Transifex and help with the translation.
here is the link: https://app.transifex.com/nodebb/nodebb/translate/#tr