turquoiseowl / i18n

Smart internationalization for ASP.NET
Other
556 stars 156 forks source link

"Localization of outgoing URIs" feature issue in version 2.1.13 #374

Closed pheurteladding closed 5 years ago

pheurteladding commented 5 years ago

Hi, We are using your great plugin in our project, and we try to keep it up-to date. But in the latest release (2.1.13 (20180707)) it seems there is a problem in the localization of outgoing URIs feature. For example, I have a vendor .js file containing: this._baseHref=""; and this emtpy javascript char is now filled with some localized URI. The problem did not appear with version 2.1.11. It also does not appear if the empty string is coded with simple quotes instead of double quotes, but as the script comes from another external package, we cannot change its content.

turquoiseowl commented 5 years ago

Thanks for reporting.

I've just published 2.1.14 which should fix it for you.

Let me know if not. Cheers

pheurteladding commented 5 years ago

Thank you a lot for this very fast release! It works great again.