X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4abd9cfcf19701bf43322374c5df6dd586449e54..d8d1ab17764e5e0a7af99248cb5047d2af99d534:/app/controllers/site_controller.rb diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb index 00b3e78da..1845ecfaf 100644 --- a/app/controllers/site_controller.rb +++ b/app/controllers/site_controller.rb @@ -106,6 +106,10 @@ class SiteController < ApplicationController @locale = params[:about_locale] || I18n.locale end + def communities + @locale = I18n.locale + end + def export; end def offline; end