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
I am new to ngx-translate, so please forgive if I am making some mistakes.
ngx-translate
I have to internationalize a parametric string that is interpolated
I wanted to use translateParams from the ngx-translate project and changed into this
translateParams
But ng-translate-extract could not extract this into a key.
I found a workaround, by defining a non-interpolated key
But I don't know if this is wanted or undocumented.
Thanks for support
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am new to
ngx-translate
, so please forgive if I am making some mistakes.I have to internationalize a parametric string that is interpolated
I wanted to use
translateParams
from thengx-translate
project and changed into thisBut ng-translate-extract could not extract this into a key.
I found a workaround, by defining a non-interpolated key
But I don't know if this is wanted or undocumented.
Thanks for support
The text was updated successfully, but these errors were encountered: