From 2ebe233383c01577048570b4837db0d0ac97a27a Mon Sep 17 00:00:00 2001 From: Patrick Sletvold Date: Mon, 21 Jul 2025 14:57:17 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20add=20date=20picker=20placeholder=20for?= =?UTF-8?q?=20Norwegian=20Bokm=C3=A5l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/@react-stately/datepicker/src/placeholders.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/@react-stately/datepicker/src/placeholders.ts b/packages/@react-stately/datepicker/src/placeholders.ts index 33efc1713ea..a85c25e31a9 100644 --- a/packages/@react-stately/datepicker/src/placeholders.ts +++ b/packages/@react-stately/datepicker/src/placeholders.ts @@ -69,6 +69,7 @@ const placeholders = new LocalizedStringDictionary({ meh: {year: 'aaaa', month: 'mm', day: 'dd'}, ml: {year: 'വർഷം', month: 'മാസം', day: 'തീയതി'}, ms: {year: 'tttt', month: 'mm', day: 'hh'}, + nb: {year: 'åååå', month: 'mm', day: 'dd'}, nl: {year: 'jjjj', month: 'mm', day: 'dd'}, nn: {year: 'åååå', month: 'mm', day: 'dd'}, no: {year: 'åååå', month: 'mm', day: 'dd'},