From 19e2adb6aee48457f1ce2f112819af435be5598d Mon Sep 17 00:00:00 2001 From: Joona Ojapalo Date: Fri, 15 Aug 2025 14:21:38 +0300 Subject: [PATCH] fix: improve fi-Fi screen reader localizations for combobox --- packages/@react-aria/combobox/intl/fi-FI.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@react-aria/combobox/intl/fi-FI.json b/packages/@react-aria/combobox/intl/fi-FI.json index 72c235ec62b..a02286a6948 100644 --- a/packages/@react-aria/combobox/intl/fi-FI.json +++ b/packages/@react-aria/combobox/intl/fi-FI.json @@ -1,7 +1,7 @@ { "buttonLabel": "Näytä ehdotukset", - "countAnnouncement": "{optionCount, plural, one {# vaihtoehto} other {# vaihtoehdot}} saatavilla.", - "focusAnnouncement": "{isGroupChange, select, true {Mentiin ryhmään {groupTitle}, {groupCount, plural, one {# vaihtoehdon} other {# vaihtoehdon}} kanssa.} other {}}{optionText}{isSelected, select, true {, valittu} other {}}", + "countAnnouncement": "{optionCount, plural, one {# vaihtoehto} other {# vaihtoehtoa}} saatavilla.", + "focusAnnouncement": "{isGroupChange, select, true {Siirtyi ryhmään {groupTitle}, jossa {groupCount, plural, one {# vaihtoehto} other {# vaihtoehtoa}}.} other {}}{optionText}{isSelected, select, true {, valittu} other {}}", "listboxLabel": "Ehdotukset", "selectedAnnouncement": "{optionText}, valittu" }