NodeBB v3 Quick reply
-
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"); }); });
-
undefined phenomlab has marked this topic as solved on
-
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
-
undefined phenomlab has marked this topic as unsolved on
-
undefined phenomlab has marked this topic as solved on
Did this solution help you?
Related Topics
-
-
-
-
-
NodeBB: Creating pages
Solved Configure -
-
restarting nodebb on boot
Unsolved Configure -
Podcast Share NodeBB
Solved Configure