class I18n::Config
def load_path=(load_path)
Sets the load path instance. Custom implementations are expected to
def load_path=(load_path) @@load_path = load_path @@available_locales_set = nil backend.reload! end
def load_path=(load_path) @@load_path = load_path @@available_locales_set = nil backend.reload! end