We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
How can I fallback to a default key if the dynamic translation key is not found?
This is in my case: [innerHTML]="'Commons.HttpStatus.' + statusError || ' Commons.HttpStatus.Default' | translate"
Could you please help me invest this?
Thanks!!
The text was updated successfully, but these errors were encountered:
Hi,
I found a solution here to handle error: #160
Do you have any better solution for this one?
Thanks
Sorry, something went wrong.
Hi @taiducnguyen did you manage to solve this without using a function?
It would be great if one could parse in default text as an argument to the translate pipe
No branches or pull requests
Hi all,
How can I fallback to a default key if the dynamic translation key is not found?
This is in my case:
[innerHTML]="'Commons.HttpStatus.' + statusError || ' Commons.HttpStatus.Default' | translate"
Could you please help me invest this?
Thanks!!
The text was updated successfully, but these errors were encountered: