Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update locale to display collection entry_name on pagination for… #949

Merged
merged 1 commit into from Oct 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>"