refinery / refinerycms-i18n

I18n logic for Refinery CMS
http://refinerycms.com
54 stars 65 forks source link

Don't reassign params[:locale] if the locale is unsupported #78

Closed bricesanchez closed 6 years ago

bricesanchez commented 6 years ago

Only fallback to default frontend locale and display a notice

Fixes refinery/refinerycms#3363

bricesanchez commented 6 years ago

I've added a spec to confirm the bugfix with your suggestion