Describe the bug
The applied search filter labels in the badges above the search results are not translated correctly.
To Reproduce
- apply some filter with known translation https://dspacecris7.4science.cloud/search?page=1&configuration=researchoutputs&query=&f.has_content_in_original_bundle=true,equals&spc.page=1
- switch to locale de
- in the badge "true" is displayed

Expected behavior
3. We expect the existing values from the language json to be translated
4
|
// "search.filters.has_content_in_original_bundle.true": "Yes", |
|
"search.filters.has_content_in_original_bundle.true": "Ja", |
"search.filters.has_content_in_original_bundle.true": "Ja",
Related work
PR will follow soon...
Either normalize the value and also replace ,equals
or
rename the keys to scheme:
search.filters.has_content_in_original_bundle,equals.true
Describe the bug
The applied search filter labels in the badges above the search results are not translated correctly.
To Reproduce
Expected behavior
3. We expect the existing values from the language json to be translated
4
dspace-angular/src/assets/i18n/de.json5
Line 4480 in 730fb8b
dspace-angular/src/assets/i18n/de.json5
Line 4481 in 730fb8b
Related work
PR will follow soon...
Either normalize the value and also replace ,equals
or
rename the keys to scheme:
search.filters.has_content_in_original_bundle,equals.true