NetTalk Central

Author Topic: Translation problem jquery.nt-browse-ls.js  (Read 1272 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1843
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Translation problem jquery.nt-browse-ls.js
« on: July 12, 2021, 07:45:49 AM »
NT 11.48
In jquery.nt-browse-ls.js
line 255
Code: [Select]
'<button type="button" name="' + button + '_btn" id="' + id + '"' + ' value="' + buttonText + '" class="nt-' + button + '-button ' + buttonClass + '"  title="Click here to ' + button + ' this record"' + ' data-do="' + button + '">'+buttonText+'</button>' +

With this code you got weird tooltips like:
Click here to deleteb the record
or
Click here to other the record

This button Title cant be Transalted using the Webhandler.
Even if you add a Tooltip to the button that tooltip is not used.
How to do it?
Thanks
« Last Edit: July 12, 2021, 08:00:50 AM by michelis »
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11155
    • View Profile
Re: Translation problem jquery.nt-browse-ls.js
« Reply #1 on: July 13, 2021, 07:54:29 PM »
noted, I'll look into adding translation features for this in an upcoming build.