Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/@react-aria/combobox/intl/fr-FR.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"buttonLabel": "Afficher les suggestions",
"countAnnouncement": "{optionCount, plural, one {# option} other {# options}} disponible(s).",
"focusAnnouncement": "{isGroupChange, select, true {Groupe {groupTitle} saisi, avec {groupCount, plural, one {# option} other {# options}}. } other {}}{optionText}{isSelected, select, true {, sélectionné(s)} other {}}",
"focusAnnouncement": "{isGroupChange, select, true {Groupe {groupTitle} rejoint, avec {groupCount, plural, one {# option} other {# options}}. } other {}}{optionText}{isSelected, select, true {, sélectionné(s)} other {}}",
"listboxLabel": "Suggestions",
"selectedAnnouncement": "{optionText}, sélectionné"
}
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linguistic fix from internal testing

2 changes: 1 addition & 1 deletion packages/@react-spectrum/autocomplete/intl/es-ES.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"clear": "Borrar",
"invalid": "(no válido)",
"loading": "Cargando...",
"loading": "Cargando",
"noResults": "Sin resultados"
}
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ellipse updated in a couple of places, to make all strings in matching locale the same

2 changes: 1 addition & 1 deletion packages/@react-spectrum/combobox/intl/es-ES.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"clear": "Borrar",
"invalid": "(no válido)",
"loading": "Cargando...",
"loading": "Cargando",
"noResults": "Sin resultados"
}
2 changes: 1 addition & 1 deletion packages/@react-spectrum/picker/intl/es-ES.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"loading": "Cargando…",
"placeholder": "Selecciona una de estas opciones..."
"placeholder": "Seleccione una opción…"
}
2 changes: 1 addition & 1 deletion packages/@react-spectrum/picker/intl/it-IT.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"loading": "Caricamento...",
"placeholder": "Seleccione una opción…"
"placeholder": "Seleziona un’opzione..."
}
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change was intended for es-ES. Reverting it-IT to original translation, and applying intended fix to es-ES