Sha256: c273313516c9212049fa8a48c6a45295fa9512134252fca61508127d080e7acd
Contents?: true
Size: 350 Bytes
Versions: 1
Compression:
Stored size: 350 Bytes
Contents
module GemI18n class Engine <::Rails::Engine # require 'browser' require 'i18n' initializer :append_assets_path, group: :all do |app| # app.config.assets.path.unshift(*paths['app/views'].existent_directories) app.config.i18n.default_locale = :en app.config.i18n.available_locales = [:en] end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gem_i18n-0.9 | lib/gem_i18n/engine.rb |