module I18n::Base

def config=(value)

Sets I18n configuration object.
def config=(value)
  Thread.current[:i18n_config] = value
end