Skip to content

Commit

Permalink
Merge pull request #1 from arvig33/translations-for-france
Browse files Browse the repository at this point in the history
fix(loader): translations for france
  • Loading branch information
arvig33 committed Sep 20, 2024
2 parents 8219994 + 01b374f commit 196154a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/locales/fr-fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ const frFR: Partial<Locale> = {
skipLinkLabel: () => "Passer au contenu principal",
},
loader: {
loading: () => "Téléhargement",
loading: () => "Chargement en cours",
},
loaderSpinner: {
loading: () => "Téléhargement...",
loading: () => "Chargement en cours...",
},
loaderStar: {
loading: () => "Téléhargement...",
loading: () => "Chargement en cours...",
},
menuFullscreen: {
ariaLabels: { closeButton: () => "Fermer" },
Expand Down

0 comments on commit 196154a

Please sign in to comment.