middleman/middleman-core/fixtures/i18n-force-locale/config.rb
2013-05-09 14:41:26 -07:00

14 lines
345 B
Ruby

[: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