Skip to content

Commit

Permalink
translation: fix show more resources link
Browse files Browse the repository at this point in the history
When an holding has a lot of related items, the interface display the 5
first ones followed by a "show more" link containing a counter
corresponding to the hidden resources number. This message is now
extracted for translation.

Closes rero/rero-ils#1400

Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
  • Loading branch information
zannkukai committed Dec 11, 2020
1 parent c7cfbf4 commit 14eca4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projects/admin/src/manual_translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,9 @@ _('local_field_7');
_('local_field_8');
_('local_field_9');
_('local_field_10');

// Show more resources
_('{{ counter }} hidden issue');
_('{{ counter }} hidden issues');
_('{{ counter }} hidden item');
_('{{ counter }} hidden items');

0 comments on commit 14eca4c

Please sign in to comment.