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
When you do the following in a controller... var sometext = gettext("I am some text to translate");
...and then add that variable to an HTML template like such <p>{{$ctrl.sometext}}</p>
There is no indication of [MISSING]: being applied to these translated strings.
The text was updated successfully, but these errors were encountered:
When you do the following in a controller...
var sometext = gettext("I am some text to translate");
...and then add that variable to an HTML template like such
<p>{{$ctrl.sometext}}</p>
There is no indication of [MISSING]: being applied to these translated strings.
The text was updated successfully, but these errors were encountered: