coderifous / jquery-localize

a jQuery plugin that makes it easy to internationalize your web site.
465 stars 142 forks source link

AJAX Fallback error when localization file isn't found #8

Closed yohanb closed 12 years ago

yohanb commented 13 years ago

Hi, Why isn't there a fallback error that handles the case where a localization file isn't found? For example, if my locale is set to "en-CA" but I only have a "en" json file, it will try to fetch the "en-CA" file and fail.

Thanks Yohan