@DownPW I still do not see any issues.
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"); }); });
-
-
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
-
-
Did this solution help you?
Related Topics
-
NodeBB: Consent page
Solved Configure -
-
-
nodebb loading emojis
Solved Configure -
restarting nodebb on boot
Unsolved Configure -
Gettin Erors NodeBB
Solved Configure -
-
nodebb dropdown menu
Solved Configure