Is there any possibility to pass custom tooltips strings to the TextAngular
editor (http://textangular.com/)? Having English tooltips in a non-English app looks unready and unprofessional.
How to localize TextAngular tooltips
1.1k views Asked by Liglo App At
1
If you are talking about the tooltips that appear when hovering over the items in the toolbar, then you can modify textAngularSetup.js to provide the translations you want to use.
@line 81 of that file there is a section that provides the text for each of the buttons' tooltips.
Edit each of those and you should be good to go.