module I18n::Backend::Simple::Implementation

def reload!

Clean up translations hash and set initialized to false on reload!
def reload!
  @initialized = false
  @translations = nil
  super
end