-
-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
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
Translations with directive with "raw" content of element as a key doesn't work in Angular 9 #1153
Comments
I am also having this issue. I am unable to use the translate directive or pipe at all. In fact it tell me there is no such pipe as the translate pipe. I am also on |
Same issue here when upgrading from angular 8 to angular 9. |
Should be fixed with 12.1.0, can you check please? |
it works with 12.1.1 👍 |
Awesome 😀 |
I have 12.1.2 of ngx-translate and Angular 9 version, and directive translate not working for me when I dynamically change the key...
It was working in Angular 8 and ngx-translate 11.0.1 |
Hi!
I'm trying to add translations to the new Angular9 app, but I've got strange behaviour with
translate
directive. While all of these work fine:I cannot get translation for
There is no error in the console, as if the translation doesn't work and the raw key is shown.
I'm using
@ngx-translate/core: ^11.0.1
, andAngular 9.0.0-rc.7
Here is some configuration info:
The text was updated successfully, but these errors were encountered: