Knockout-Localization-Binding icon indicating copy to clipboard operation
Knockout-Localization-Binding copied to clipboard

Results 5 Knockout-Localization-Binding issues
Sort by recently updated
recently updated
newest added

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'] || "";