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 have been using https://github.com/angular-translate/angular-translate for some time and have a well developed language file where we cross reference other elements within the file, i.e.
"PLACEHOLDER": { "USERNAME": "Enter your email" }, "LABEL": { "EMAIL": "@:PLACEHOLDER.USERNAME" }
So when we use {{ 'LABEL.EMAIL' | translate }} it actually uses the text within PLACEHOLDER.USERNAME
This does not work with when I implement in angular 2. Can anyone tell me if this is working?
The text was updated successfully, but these errors were encountered:
Hello, sorry the placeholders don't work in ng2-translate, but it would be a nice PR if you have some time to do it :)
Sorry, something went wrong.
This is actually a duplicate of #147, closing this one, follow the status in the other one.
No branches or pull requests
I have been using https://github.com/angular-translate/angular-translate for some time and have a well developed language file where we cross reference other elements within the file, i.e.
"PLACEHOLDER": {
"USERNAME": "Enter your email"
},
"LABEL": {
"EMAIL": "@:PLACEHOLDER.USERNAME"
}
So when we use {{ 'LABEL.EMAIL' | translate }} it actually uses the text within PLACEHOLDER.USERNAME
This does not work with when I implement in angular 2.
Can anyone tell me if this is working?
The text was updated successfully, but these errors were encountered: