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
The scanner doesn't know the value of test['status'] so it cannot get the translation id.
If you need to add dynamic values in your translations, use the second argument:
How to scan js with variables?
eg: translate("string" + test['status'] );
currently it gives a exception
The text was updated successfully, but these errors were encountered: