Sha256: 4ec898e969f48816ecca26edab2804783f7f5f2efb9d479683a5f68a6f90518e
Contents?: true
Size: 345 Bytes
Versions: 35
Compression:
Stored size: 345 Bytes
Contents
[:en, :es].each do |locale| proxy "/#{locale}/index.html", "index.html", :ignore => true do ::I18n.locale = locale end end proxy "/fr/index.html", "index.html", :lang => :fr activate :i18n # This is what breaks i18n, just because it adds a resource list manipulator that # forces a rebuild of the resource list. activate :asset_hash
Version data entries
35 entries across 35 versions & 3 rubygems