Skip to content
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

localize method does not update existing bindings #533

Closed
ghost opened this issue Feb 5, 2015 · 1 comment
Closed

localize method does not update existing bindings #533

ghost opened this issue Feb 5, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 5, 2015

I have a translation web service that provides localized strings. It is asynchronous.

When I apply bindings, the original, untranslated messages show up, even after I call the localize method with new strings.

If I, e.g., enter text into a required field, and then remove it, I will see the localized message for that field, but the other required fields still show the original messaging.

Ideally, the messages for different validation rules should be observable values so updating them would propagate to existing messages.

@crissdev
Copy link
Member

crissdev commented Feb 6, 2015

Duplicate #158

@crissdev crissdev closed this as completed Feb 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant