Sha256: e5d587d3515b0cc302def3b9d669dd2d15572f2f36a53ad246950fca42699af6

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

# frozen_string_literal: true

require "i18n/backend/dot_lookup"
I18n.backend = I18n::Backend::DotLookup.new

if I18n.config.respond_to?(:interpolation_patterns)
  I18n.config.interpolation_patterns <<
    I18n::Backend::DotLookup::INTERPOLATION_PATTERN
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
i18n-dot_lookup-0.2.0 lib/i18n-dot_lookup.rb