X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/86912a61df67582b37d0ae5cb6542bc41aa5a41f..26aecfb2bf75c68ab7e396011662bf6c55057f77:/app/controllers/site_controller.rb diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb index 2eb084f91..73e4ef51d 100644 --- a/app/controllers/site_controller.rb +++ b/app/controllers/site_controller.rb @@ -107,7 +107,7 @@ class SiteController < ApplicationController end def communities - @locale = I18n.locale + @locale = params[:communities_locale] || I18n.locale @local_chapters = Communities.local_chapters end