Skip to content

Commit

Permalink
facets: also translate the values of the active refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Feb 18, 2025
1 parent 639f3f6 commit 5e9636a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dbp-cabinet-facets.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export class CabinetFacets extends ScopedElementsMixin(DBPCabinetLitElement) {
}
default: {
// Set checkbox refinement filter labels
label = refinement.label;
label = i18n.t(`typesense-schema.${refinement.attribute}.${refinement.value}`, refinement.label);
break;
}
}
Expand Down

0 comments on commit 5e9636a

Please sign in to comment.