Sha256: 9bb33e454d745675ae9db3e9706424366803306e3e2adc77f1dc2fb59b1ec7e0

Contents?: true

Size: 838 Bytes

Versions: 2

Compression:

Stored size: 838 Bytes

Contents

module I18n
  module Backend
    autoload :ActiveRecord,          'i18n/backend/active_record'
    autoload :Base,                  'i18n/backend/base'
    autoload :Cache,                 'i18n/backend/cache'
    autoload :Cascade,               'i18n/backend/cascade'
    autoload :Chain,                 'i18n/backend/chain'
    autoload :Fallbacks,             'i18n/backend/fallbacks'
    autoload :Fast,                  'i18n/backend/fast'
    autoload :Gettext,               'i18n/backend/gettext'
    autoload :Helpers,               'i18n/backend/helpers'
    autoload :InterpolationCompiler, 'i18n/backend/interpolation_compiler'
    autoload :Metadata,              'i18n/backend/metadata'
    autoload :Pluralization,         'i18n/backend/pluralization'
    autoload :Simple,                'i18n/backend/simple'
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
activesupport-2.3.6.pre lib/active_support/vendor/i18n-0.3.3/lib/i18n/backend.rb
i18n-0.3.3 lib/i18n/backend.rb