turquoiseowl / i18n

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

Moved to Contains for apps that don't start at root #276

Closed joero4 closed 8 years ago

joero4 commented 8 years ago

Applications that don't start at the root and are in a subfolder (/myapp/webresource.axd) will not be caught by the "StartsWith" check. Switched to "Contains" so that the WebResource File will not come back blank.

turquoiseowl commented 8 years ago

Thanks.