-
Notifications
You must be signed in to change notification settings - Fork 81
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
Anyone using angular-gettext? #61
Comments
Can't you use injector to inject gettext and use it? |
Thank you, I'll try |
doing the above works, but it only marks the string for translation. You cannot to gettextCatalog.getString inside the config because you can't inject another service (gettextCatalog) into the config. What we need to do is replace
with
could you guys do this please? |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello;
I am using angular-gettext for translation.
I need to inject gettext service to configuration but it didn't work.
What should I do to translate alert messages?
The text was updated successfully, but these errors were encountered: