Skip to content

Commit

Permalink
add in more link purpose for screen readers
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Feb 27, 2015
1 parent 50acc87 commit 7aea4be
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/views/catalog/_facet_limit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<%= render_facet_limit_list paginator, field_name %>
<% unless paginator.last_page? || params[:action] == "facet" %>
<li class="more_facets_link"><%= link_to t('blacklight.search.facets.more'),
search_facet_url(id: field_name), class: "more_facets_link" %></li>
<li class="more_facets_link">
<%= link_to t('blacklight.search.facets.more_html', field_name: field_name),
search_facet_url(id: field_name), class: "more_facets_link" %>
</li>
<% end %>
</ul>
1 change: 1 addition & 0 deletions config/locales/blacklight.de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ de:
index: 'A-Z Ordnen'
count: '%{number}'
more: 'mehr »'
more_html: 'mehr <span class="sr-only">%{field_name}</span> »'
selected:
remove: '[entfernen]'
group:
Expand Down
1 change: 1 addition & 0 deletions config/locales/blacklight.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ en:
index: 'A-Z Sort'
count: '%{number}'
more: 'more »'
more_html: 'more <span class="sr-only">%{field_name}</span> »'
selected:
remove: '[remove]'
group:
Expand Down
1 change: 1 addition & 0 deletions config/locales/blacklight.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ es:
index: 'Ordenación A-Z'
count: '%{number}'
more: 'más »'
more_html: 'más <span class="sr-only">%{field_name}</span> »'
selected:
remove: '[borrar]'
group:
Expand Down
1 change: 1 addition & 0 deletions config/locales/blacklight.fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ fr:
index: 'Tri de A à Z'
count: '%{number}'
more: 'plus »'
more_html: 'plus <span class="sr-only">%{field_name}</span> »'
selected:
remove: '[ X ]'
group:
Expand Down
1 change: 1 addition & 0 deletions config/locales/blacklight.pt-BR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ pt-BR:
index: 'Ordem Alfabética A-Z'
count: '%{number}'
more: 'mais »'
more_html: 'mais <span class="sr-only">%{field_name}</span> »'
selected:
remove: '[remover]'
filters:
Expand Down

0 comments on commit 7aea4be

Please sign in to comment.