-
-
Notifications
You must be signed in to change notification settings - Fork 586
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
Support for links and shortcuts #147
Comments
That would be a nice feature, it's not really on my todo list but I'd like a PR with this |
Definite +1 (especially if |
I guess there's nobody working on this. I've just found myself in the same need as for #141. Have anyone found a workaround for having the key value translated outside the translation pipe so the translated result can be provided as a parameter's key value? |
hey Was it helpful? :) |
I've tried this and got the error: "Can't bind to 'translate-value-field' since it isn't a known property of..." |
@cronosxfiles binding to Example:
results in
|
I made a pipe that can be used like this : {{ 'KEY_TO_TRANSLATE' | translate: (values | ParamsTranslate) }} Here is the pipe code :
Here is a stackblitz demo : https://stackblitz.com/edit/ngx-translate-params-translate |
I'm struggling with the same problem as @Bouzmine. Have anyone has found any solution, except modifying the translation file? |
I want to comment for others facing this problem. |
I am currently porting an app from Angular 1 to 2. This app uses the links and shortcuts feature of Angular-Translate. It seems like it's not supported, could this be in the plans ?
The text was updated successfully, but these errors were encountered: