Sha256: 4ca881381ce7f11caf8f41347a81efe8ec9d97eaa44d70057ea3a865273aad43

Contents?: true

Size: 128 Bytes

Versions: 7

Compression:

Stored size: 128 Bytes

Contents

%w{yml rb}.each do |type|
  I18n.load_path += Dir.glob("#{Rails.root}/app/locales/**/*.#{type}")
end
I18n.default_locale = 'en'

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
tvdeyen-fleximage-1.2.0 test/rails_root/config/initializers/load_translations.rb
tvdeyen-fleximage-1.1.1 test/rails_root/config/initializers/load_translations.rb
tvdeyen-fleximage-1.0.9 test/rails_root/config/initializers/load_translations.rb
tvdeyen-fleximage-1.0.8 test/rails_root/config/initializers/load_translations.rb
tvdeyen-fleximage-1.0.7 test/rails_root/config/initializers/load_translations.rb
robinboening-fleximage-1.0.6 test/rails_root/config/initializers/load_translations.rb
tvdeyen-fleximage-1.0.5 test/rails_root/config/initializers/load_translations.rb