class I18n::Config

def backend

Returns the current backend. Defaults to +Backend::Simple+.
def backend
  @@backend ||= Backend::Simple.new
end