Skip to content

Commit

Permalink
fix: better french transl (still unused) for Count
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Sep 18, 2024
1 parent acb2158 commit 446f62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const App = () => {
return (
<ChartConfigProvider
Lng="en"
translationMap={{ en: { Count: "Count", Other: "Other" }, fr: { Count: "Observations", Other: "Autre" } }}
translationMap={{ en: { Count: "Count", Other: "Other" }, fr: { Count: "Comptage", Other: "Autre" } }}
globalThreshold={threshold}
>
<Modal
Expand Down

0 comments on commit 446f62b

Please sign in to comment.