I looked through issues here and I couldn't find one that mentions this problem. Currently it's impossible to translate the following without translating strings in JS:
<input placeholder="Numbers between {{start}} and {{end}}">
Feature request:
Support one of the following syntaxes:
<input translate-placeholder placeholder="Numbers between {{start}} and {{end}}">
or
<input translate-attr="placeholder" placeholder="Numbers between {{start}} and {{end}}">
With this approach, translate-plural, translate-n, translate-context and any other directive related mechanisms can be used for attributes.
I looked through issues here and I couldn't find one that mentions this problem. Currently it's impossible to translate the following without translating strings in JS:
Feature request:
Support one of the following syntaxes:
or
With this approach,
translate-plural,translate-n,translate-contextand any other directive related mechanisms can be used for attributes.