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

Version Path
codebreakergem-0.1.19 lib/config.rb
codebreakergem-0.1.18 lib/config.rb
codebreakergem-0.1.17 lib/config.rb
codebreakergem-0.1.16 lib/config.rb
codebreakergem-0.1.15 lib/config.rb
codebreakergem-0.1.14 lib/config.rb
codebreakergem-0.1.13 lib/config.rb