module I18n::Base
def reload!
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
def reload! config.clear_available_locales_set config.backend.reload! end