X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d8d1ab17764e5e0a7af99248cb5047d2af99d534..0a3b052cf617955571fa88b1bba4290cd27d38d6:/config/routes.rb diff --git a/config/routes.rb b/config/routes.rb index aff5126f8..1295772f1 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -148,6 +148,7 @@ OpenStreetMap::Application.routes.draw do get "/about/:about_locale" => "site#about" get "/about" => "site#about" get "/communities" => "site#communities" + get "/communities/:communities_locale" => "site#communities" get "/history" => "changesets#index" get "/history/feed" => "changesets#feed", :defaults => { :format => :atom } get "/history/comments/feed" => "changeset_comments#index", :as => :changesets_comments_feed, :defaults => { :format => "rss" }