Skip to content

Commit

Permalink
💬(react) add select loader translations
Browse files Browse the repository at this point in the history
updates english and french translations for the loader
of select component showed during options fetching.
  • Loading branch information
daproclaima committed Jun 17, 2024
1 parent 8a239d7 commit f6ac1d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/react/src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"toggle_button_aria_label": "Toggle dropdown",
"clear_button_aria_label": "Clear selection",
"clear_all_button_aria_label": "Clear all selections",
"menu_empty_placeholder": "No options available"
"menu_empty_placeholder": "No options available",
"loader_aria": "Loading data"
},
"file_uploader": {
"delete_file_name": "Delete file {name}",
Expand Down
3 changes: 2 additions & 1 deletion packages/react/src/locales/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"toggle_button_aria_label": "Ouvrir le menu",
"clear_button_aria_label": "Effacer la sélection",
"clear_all_button_aria_label": "Effacer toutes les sélections",
"menu_empty_placeholder": "Aucun choix disponible"
"menu_empty_placeholder": "Aucun choix disponible",
"loader_aria": "Données en cours de chargement"
},
"file_uploader": {
"delete_file_name": "Supprimer le fichier {name}",
Expand Down

0 comments on commit f6ac1d7

Please sign in to comment.