angular-gettext
                                
                                 angular-gettext copied to clipboard
                                
                                    angular-gettext copied to clipboard
                            
                            
                            
                        translate does not work in kendo tooltip?
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.
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.
Did you finally found a way ?