Sha256: 4f48a77e01dea6287af423ae00d0500b027c91d0e55610279583ba136a58b269

Contents?: true

Size: 221 Bytes

Versions: 11

Compression:

Stored size: 221 Bytes

Contents

if RUBY_ENGINE == 'opal'
  module I18n
    class << self
      def t(*args)
        Hyperstack::Internal::I18n.t(*args)
      end
      def l(*args)
        Hyperstack::Internal::I18n.l(*args)
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

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