forked from IQSS/dataverse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Facets filter labels not translated in result block (IQSS#10158)
* indentation * add comments et remove old "dead" code * Add friendly name for value from filter query * Add release note
- Loading branch information
1 parent
7be6c1b
commit d50c484
Showing
2 changed files
with
34 additions
and
21 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
doc/release-notes/9408-fix-facets-labels-not-translated-in-result-block.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Fix facets filter labels not translated in result block | ||
|
||
On the main page, it's possible to filter results using search facets. If internationalization (i18n) has been activated in the Dataverse installation, allowing pages to be displayed in several languages, the facets are translated in the filter column. However, they aren't translated in the search results and remain in the default language, English. | ||
|
||
This version of Dataverse fix this, and includes internationalization in the facets visible in the search results section. | ||
|
||
For more information, see issue [#9408](https://github.com/IQSS/dataverse/issues/9408) and pull request [#10158](https://github.com/IQSS/dataverse/pull/10158) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters