Skip to content

Blacklight 8 Upgrade Guide

Jack Reed edited this page Sep 18, 2019 · 1 revision

i18n key changes

Blacklight 8 changes the way that pagination keys are used, in order to be more inline with Kaminari our pagination dependency. In Blacklight 8, the i18n keys will just use the default Kaminari keys.

Changes that need to be made:

blacklight.search.pagination_info.no_items_found migrates to helpers.page_entries_info.one_page.display_entries.zero blacklight.search.pagination_info.single_item_found migrates to helpers.page_entries_info.one_page.display_entries.one blacklight.search.pagination_info.pages migrates to helpers.page_entries_info.one_page.display_entries.other

Clone this wiki locally