Missing translation for empty search result message in "My Data"
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 564
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 29
Description
What steps does it take to reproduce the issue?
- Login on the website of a dataverse instance with multiple language options
- Set the language to a language other than English (Dutch in my case)
- Go to the "My Data" tab in the dropdown in the header menu.
- Select filter facets until the search results are empty
** Which page(s) does it occurs on?
https://www.somedataverseinstance.com/dataverseuser.xhtml?selectTab=dataRelatedToMe
** What happens?
A message appears saying: "Sorry, no results were found."
** What did you expect to happen?
A message appears saying: "Sorry, er zijn geen resultaten gevonden."
(Or whatever text is in the translation of dataretrieverAPI.noMsgResultsFound in Bundle_XX.properties)
Which version of Dataverse are you using?
Tested on 6.3 and 6.6
Any related open or closed issues to this bug report?
Not that I know of, but there is the related community post: https://groups.google.com/g/dataverse-community/c/4rtAjWzcOXg/m/pMM7UkeeAAAJ
Screenshots:
Are you thinking about creating a pull request for this issue?
No, unfortunately our team does not currently have capacity to contribute to the main code of dataverse.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the My Data page, dataverseuser.xhtml with selectTab=dataRelatedToMe, and trace the empty-results message and the dataretrieverAPI.noMsgResultsFound key in Bundle_XX.properties. Done when the translated key is used for empty search results in non-English locales and the English behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- localization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100