Sha256: e02c5b1093d1c49b3d371e134e5d6a5de5bcd3acf34a1dfc8987a741dba13bfd

Contents?: true

Size: 177 Bytes

Versions: 8

Compression:

Stored size: 177 Bytes

Contents

module HyperI18n
  class I18nStore < Hyperloop::Store
    state translations: {}, scope: :class, reader: true
    state localizations: {}, scope: :class, reader: true
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hyper-i18n-0.99.6 lib/hyper-i18n/stores/i18n_store.rb
hyper-i18n-0.99.5 lib/hyper-i18n/stores/i18n_store.rb
hyper-i18n-0.99.4 lib/hyper-i18n/stores/i18n_store.rb
hyper-i18n-0.99.3 lib/hyper-i18n/stores/i18n_store.rb
hyper-i18n-0.99.2 lib/hyper-i18n/stores/i18n_store.rb
hyper-i18n-0.99.1 lib/hyper-i18n/stores/i18n_store.rb
hyper-i18n-0.99.0 lib/hyper-i18n/stores/i18n_store.rb
hyper-i18n-0.1.1 lib/hyper-i18n/stores/i18n_store.rb