Sha256: 3b3c5c11f864ac536814a9f760b03bd70b4bf1f14be5502ad1357f401cce2b75
Contents?: true
Size: 300 Bytes
Versions: 33
Compression:
Stored size: 300 Bytes
Contents
# frozen_string_literal: true require 'avm/patches/eac_ruby_gems_utils/gem' require 'i18n' module Avm module Sources class Configuration < ::EacConfig::OldConfigs LOCALE_KEY = :locale def locale read_entry(LOCALE_KEY) || ::I18n.default_locale end end end end
Version data entries
33 entries across 33 versions & 2 rubygems