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

Comments for attributes

Open knuhol opened this issue 9 years ago • 1 comments

Is there any way to be able to put translation comments for attributes?

e.g.

<!-- /// verb -->
<button title="{{'delete'|translate}}">X</button>

knuhol avatar Apr 24 '15 10:04 knuhol

I haven't found a workaround for this. I guess you could bind the controller, and provide the comments through JavaScript. But that feels odd.

cgatian avatar Jul 19 '16 16:07 cgatian