Sha256: d32340fcaab6153e956e4add25f8195d0270a6456468d4ac85f2674fc6d20de5

Contents?: true

Size: 275 Bytes

Versions: 11

Compression:

Stored size: 275 Bytes

Contents

module HyperI18n
  class I18nStore
    include Hyperstack::State::Observable
    class << self
      observer(:translations)  { @translations ||= {} }
      observer(:localizations) { @localizations ||= {} }
      state_writer :translations, :localizations
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hyper-i18n-1.0.alpha1.8 lib/hyper-i18n/stores/i18n_store.rb
hyper-i18n-1.0.alpha1.7 lib/hyper-i18n/stores/i18n_store.rb
hyper-i18n-1.0.alpha1.6 lib/hyper-i18n/stores/i18n_store.rb
hyper-i18n-1.0.alpha1.5 lib/hyper-i18n/stores/i18n_store.rb
hyper-i18n-1.0.alpha1.4 lib/hyper-i18n/stores/i18n_store.rb
hyper-i18n-1.0.alpha1.3 lib/hyper-i18n/stores/i18n_store.rb
hyper-i18n-1.0.alpha1.2 lib/hyper-i18n/stores/i18n_store.rb
hyper-i18n-1.0.alpha1.1 lib/hyper-i18n/stores/i18n_store.rb
hyper-i18n-1.0.0.pre.alpha1 lib/hyper-i18n/stores/i18n_store.rb
hyper-i18n-1.0.alpha1 lib/hyper-i18n/stores/i18n_store.rb
hyper-i18n-1.0.pre.alpha1 lib/hyper-i18n/stores/i18n_store.rb