-
Notifications
You must be signed in to change notification settings - Fork 30
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
A function returned if translations loaded by .get() method. #52
Comments
From the ngx-translate README:
So no, I don't think that's expected. This most probably needs to be investigated and fixed in |
This behaviour occur only if I use |
@AzamatRasulov Oh, absolutely - it wouldn't affect the default compiler. In order to do be able to write this plugin (which does very little - look at the code), I've submitted a PR to get two things into
From what you're saying, |
@lephyrus, ok, I'll try to discuss this in |
@AzamatRasulov By chance, did you have any luck with this? |
Also found a reference here. https://forum.primefaces.org/viewtopic.php?t=64937 |
Translations returned as functions when I try to load them async. So I need to execute the key to access the value.
Is it intended to work like this?
The text was updated successfully, but these errors were encountered: