module I18n::Base

def config

Gets I18n configuration object.
def config
  Thread.current[:i18n_config] ||= I18n::Config.new
end