Skip to content

Commit

Permalink
bug: remove en-US as defined locale
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack authored and slint committed Aug 7, 2024
1 parent 2bd15ea commit f8fa002
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ RDMToggleComponent.propTypes = {
};

export const RDMCountComponent = ({ totalResults }) => {
return <Label>{totalResults.toLocaleString("en-US")}</Label>;
return <Label>{totalResults.toLocaleString(i18next.language)}</Label>;
};

RDMCountComponent.propTypes = {
Expand Down

0 comments on commit f8fa002

Please sign in to comment.