Skip to content

Commit 7794304

Browse files
committed
💬(react) add select loader translations
updates english and french translations for the loader of select component showed during options fetching.
1 parent 618633a commit 7794304

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎packages/react/src/locales/en-US.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"toggle_button_aria_label": "Toggle dropdown",
3535
"clear_button_aria_label": "Clear selection",
3636
"clear_all_button_aria_label": "Clear all selections",
37-
"menu_empty_placeholder": "No options available"
37+
"menu_empty_placeholder": "No options available",
38+
"loader_aria": "Loading data"
3839
},
3940
"file_uploader": {
4041
"delete_file_name": "Delete file {name}",

‎packages/react/src/locales/fr-FR.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"toggle_button_aria_label": "Ouvrir le menu",
2727
"clear_button_aria_label": "Effacer la sélection",
2828
"clear_all_button_aria_label": "Effacer toutes les sélections",
29-
"menu_empty_placeholder": "Aucun choix disponible"
29+
"menu_empty_placeholder": "Aucun choix disponible",
30+
"loader_aria": "Données en cours de chargement"
3031
},
3132
"file_uploader": {
3233
"delete_file_name": "Supprimer le fichier {name}",

0 commit comments

Comments
 (0)