Sha256: dff63a0f7607a6e7a99a255c126cd8d5520dc9ca2fafd293df53aac7f38b1348

Contents?: true

Size: 284 Bytes

Versions: 200

Compression:

Stored size: 284 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_utils/patches/module/i18n_translate'

class Object
  def i18n_translate(entry_suffix, values = {})
    self.class.i18n_translate(entry_suffix, values)
  end

  def on_i18n_locale(locale)
    self.class.on_i18n_locale(locale)
  end
end

Version data entries

200 entries across 200 versions & 4 rubygems

Version Path
eac_tools-0.32.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_ruby_utils-0.104.0 lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_tools-0.31.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_tools-0.31.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_tools-0.30.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_tools-0.29.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_ruby_utils-0.103.0 lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_tools-0.28.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_tools-0.27.2 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_ruby_utils-0.102.1 lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_tools-0.27.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_tools-0.27.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_tools-0.26.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_ruby_utils-0.102.0 lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_tools-0.25.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_ruby_utils-0.101.0 lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_tools-0.25.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_tools-0.24.1 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_ruby_utils-0.100.0 lib/eac_ruby_utils/patches/object/i18n_translate.rb
eac_tools-0.24.0 sub/eac_ruby_utils/lib/eac_ruby_utils/patches/object/i18n_translate.rb