angular-gettext icon indicating copy to clipboard operation
angular-gettext copied to clipboard

translate does not work in kendo tooltip?

Open NVK15 opened this issue 10 years ago • 2 comments

Hi,

I have a tooltip similar to the one in this example: http://jsfiddle.net/2dNcP/353/

I need the text in the to be translated: template: "#= category # value: #= value # %" I have added translate attribute to span as shown below: template: "#= category # <span translate>value:</span> #= value # %"

But the translations don't get updated in this tooltip. Any solution on how to fix this?

Thanks in advance.

NVK15 avatar Jul 14 '15 06:07 NVK15

Kendo probably doesn't trigger a compile on that bit of HTML (through $compile, which initialises Angular.JS on an element).

I have never used Kendo, so sadly I do not have a solution at hand.

rubenv avatar Jul 14 '15 13:07 rubenv

Did you finally found a way ?

ChoOo7 avatar May 18 '17 08:05 ChoOo7