Sha256: 46e517c1a7d28b5d335320c283b91521b7856f8ea28092796398ccf0ebba43f3
Contents?: true
Size: 332 Bytes
Versions: 32
Compression:
Stored size: 332 Bytes
Contents
# config/initializers/locale.rb # Where the I18n library should search for translation files I18n.load_path += Dir[Rails.root.join('lib', 'locale', '*.{rb,yml}')] # Whitelist locales available for the application I18n.available_locales = [:en] # Set default locale to something other than :en I18n.default_locale = :en
Version data entries
32 entries across 32 versions & 1 rubygems