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 error message you pasted says 'Missing translation for message "customId"' which makes it sound like you just need to add the translation in your xlf file by adding 'target' tags. Please give more info or a concrete example (files) if that's not the case.
I am facing an error while defining customId as "Missing translation for message "customId" ("[ERROR ->]Some value"): 0:0"
below is my code
...
...
constructor( private elm: ElementRef,
private i18n: I18n ) {
this.customId = this.i18n({id: "customId", value: "Some value", description: "Custom desc", meaning: "Custom meaning"});
}
Please help
The text was updated successfully, but these errors were encountered: