From 8b752a5121b5e4227b5d50aefebea2cd8f5a3015 Mon Sep 17 00:00:00 2001 From: Daniel Lu Date: Wed, 3 Dec 2025 13:38:37 -0800 Subject: [PATCH] fix: revert erroneous translation change for picker in sr-SP --- packages/@react-spectrum/s2/intl/sr-SP.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@react-spectrum/s2/intl/sr-SP.json b/packages/@react-spectrum/s2/intl/sr-SP.json index 70fa7c74cb5..478e13e07df 100644 --- a/packages/@react-spectrum/s2/intl/sr-SP.json +++ b/packages/@react-spectrum/s2/intl/sr-SP.json @@ -26,7 +26,7 @@ "notificationbadge.indicatorOnly": "Nova aktivnost", "notificationbadge.plus": "{notifications}+", "picker.placeholder": "Izaberite...", - "picker.selectedCount": "{count, plural, =0 {No items selected} one {# item selected} other {# items selected}}", + "picker.selectedCount": "{count, plural, =0 {Nije izabrana nijedna stavka} one {Izabrana je # stavka} other {Izabrano je # stavki}}", "slider.maximum": "Najviše", "slider.minimum": "Najmanje", "table.cancel": "Otkaži",