Skip to content

Commit

Permalink
src: add strings for CGSpace issue date sorting
Browse files Browse the repository at this point in the history
The default DSpace sorting assume we are using dc.date.issued, but
we use dcterms.issued.
  • Loading branch information
alanorth committed Sep 5, 2023
1 parent 00a09f0 commit 07a4a9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5369,4 +5369,7 @@
"item.page.country": "Countries",

"item.page.region": "Regions",
}

// CGSpace theme
"sorting.dcterms.issued.DESC": "Date Issued Descending",
}
2 changes: 2 additions & 0 deletions src/themes/cgspace/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,6 @@

// CGSpace third submission step
"submission.sections.submit.progressbar.describe.stepthree": "Describe",

"sorting.dcterms.issued.DESC": "Date Issued Descending",
}

0 comments on commit 07a4a9d

Please sign in to comment.