2 browse_not_found_type = {
3 'node' => I18n.t('browse.not_found.type.node'),
4 'way' => I18n.t('browse.not_found.type.way'),
5 'relation' => I18n.t('browse.not_found.type.relation'),
6 'changeset' => I18n.t('browse.not_found.type.changeset'),
9 <p><%= t'browse.not_found.sorry', :type=> browse_not_found_type[@type] , :id => params[:id] %></p>