Skip to content

Commit

Permalink
Update locale to display collection entry_name on pagination for grou…
Browse files Browse the repository at this point in the history
…ped results

Fixes #899
  • Loading branch information
mejackreed committed Oct 14, 2019
1 parent 9d87440 commit b623fbf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/i18n-tasks.yml
Expand Up @@ -96,7 +96,8 @@ ignore_missing:
- '{blacklight}.*'

## Consider these keys used:
# ignore_unused:
ignore_unused:
- '{blacklight}.*'
# - 'activerecord.attributes.*'
# - '{devise,kaminari,will_paginate}.*'
# - 'simple_form.{yes,no}'
Expand Down
9 changes: 9 additions & 0 deletions config/locales/arclight.en.yml
Expand Up @@ -88,3 +88,12 @@ en:
all_collections: all collections
label_html: Search<span class="sr-only"> within</span>
this_collection: this collection
blacklight:
entry_name:
grouped:
collection_ssi: collection
search:
pagination_info:
pages:
one: "<strong>%{start_num}</strong> - <strong>%{end_num}</strong> of <strong>%{total_num} %{entry_name}</strong>"
other: "<strong>%{start_num}</strong> - <strong>%{end_num}</strong> of <strong>%{total_num} %{entry_name}</strong>"

0 comments on commit b623fbf

Please sign in to comment.