You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`translate-child-into` and `translate-child-key-into` have been removed.
To translate into an attribute you now specify it before the translation
key in the `translate-child` attribute as so:
````
<a translate-child="(aria-label,title,!translate)=SOME_TRANSLATION.KEY"></a>
````
The attributes should be comma delimited and prefixed with a `!` when you
want the translation key to be set instead of the translated value.