Skip to content

Commit

Permalink
fix(locale): Update labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Ribiere committed Feb 13, 2024
1 parent a569398 commit b150652
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/Store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export const store = {
this.allData = await fetchOpsData()
this.dataLoaded.value = true
this.updateHistogramSlider()
this.updateStats(this.allData)
},

displayMap (): void {
Expand Down
6 changes: 3 additions & 3 deletions src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"females": "Femmes",
"males": "Hommes",
"minors": "Mineurs",
"pregnants": "Enceintes",
"unaccompanied": "Isolés",
"children": "Enfants",
"pregnants": "Femmes enceintes",
"unaccompanied": "Mineurs isolés",
"children": "Enfants de moins de 5 ans",
"nationalities": "Nationalités",
"peoples": "Personnes rescapées",
"opDays": "Jours d'opérations",
Expand Down

0 comments on commit b150652

Please sign in to comment.