Sha256: 841473a35c9200f88eca0f495d8468cd4730009b5e9cbfb49e2e53c9f472dc4c
Contents?: true
Size: 157 Bytes
Versions: 7
Compression:
Stored size: 157 Bytes
Contents
# frozen_string_literal: true I18n.load_path = Dir[File.expand_path(__dir__ + '/locales') + '/*.yml'] I18n.config.available_locales = :en I18n.locale = :en
Version data entries
7 entries across 7 versions & 1 rubygems