Sha256: 549a160069dae537d6665726a013265ba9e517fe23a33b4b7e52f75b5d0abb24
Contents?: true
Size: 162 Bytes
Versions: 7
Compression:
Stored size: 162 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