FIX: I18n Fallbacks were not applying correctly

This commit is contained in:
Robin Ward
2015-12-23 12:09:18 -05:00
parent 47410f1b99
commit d1ebb9d0b5
5 changed files with 42 additions and 28 deletions

View File

@ -15,6 +15,7 @@ module I18n
def reload!
@overrides = {}
@pluralizers = {}
super
end