module I18n::Base

def reload!

is useful.
Rails development environment. Backends can implement whatever strategy
Tells the backend to reload translations. Used in situations like the
def reload!
  config.clear_available_locales_set
  config.backend.reload!
end