Sha256: 6ac66b6ad5d2f42d39bfc3bf1752934915da7e51838de6024c167475b6705dec

Contents?: true

Size: 351 Bytes

Versions: 11

Compression:

Stored size: 351 Bytes

Contents

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

Version data entries

11 entries across 11 versions & 1 rubygems

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