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

Version Path
codebreakergem-0.1.12 lib/config.rb
codebreakergem-0.1.11 lib/config.rb
codebreakergem-0.1.10 lib/config.rb
codebreakergem-0.1.9 lib/config.rb
codebreakergem-0.1.8 lib/config.rb
codebreakergem-0.1.6 lib/config.rb
codebreakergem-0.1.5 lib/config.rb