Sha256: 77947573d5f34034fd46583b16bf832c8b63efa9e4642c455c72c95f2b9891dd

Contents?: true

Size: 649 Bytes

Versions: 3

Compression:

Stored size: 649 Bytes

Contents

require 'hyperstack-config'
Hyperstack.import 'hyper-i18n'

require 'hyper-component'
require 'hyper-operation'

require 'hyperstack/internal/i18n/helper_methods'
require 'hyperstack/internal/i18n/localize'
require 'hyperstack/internal/i18n/translate'
require 'hyperstack/internal/i18n'
require 'hyperstack/i18n/version'

if RUBY_ENGINE == 'opal'
  require 'hyperstack/ext/i18n/active_model/name'
  require 'hyperstack/ext/i18n/active_record/class_methods'
  require 'hyperstack/internal/i18n/store'
  require 'hyperstack/i18n'
  require 'hyperstack/i18n/i18n'
else
  require 'opal'

  Opal.append_path File.expand_path('../', __FILE__).untaint
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hyper-i18n-1.0.alpha1.8 lib/hyper-i18n.rb
hyper-i18n-1.0.alpha1.7 lib/hyper-i18n.rb
hyper-i18n-1.0.alpha1.6 lib/hyper-i18n.rb