Knockout-Localization-Binding
Knockout-Localization-Binding copied to clipboard
license
You did not specify a license for this repository and I am hoping the intent is for it to be open source. I would like to use this in a...
It would be helpful if "locale" was an observable. In this way the locale can also be changed at run-time. To do this just change the source file at line...
It doesn't work if we have complex viewmodel's object( two or three vm in main). So when project has more than one page with one model it doesn't work
In IE7, the word "default" give an error. I have solved this changing "default" in "resdefault". row 90 is now: var text = item[locale] || item['resdefault'] || "";