Skip to content

Commit 2ebe233

Browse files
committed
fix: add date picker placeholder for Norwegian Bokmål
1 parent b4b406c commit 2ebe233

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@react-stately/datepicker/src/placeholders.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const placeholders = new LocalizedStringDictionary({
6969
meh: {year: 'aaaa', month: 'mm', day: 'dd'},
7070
ml: {year: 'വർഷം', month: 'മാസം', day: 'തീയതി'},
7171
ms: {year: 'tttt', month: 'mm', day: 'hh'},
72+
nb: {year: 'åååå', month: 'mm', day: 'dd'},
7273
nl: {year: 'jjjj', month: 'mm', day: 'dd'},
7374
nn: {year: 'åååå', month: 'mm', day: 'dd'},
7475
no: {year: 'åååå', month: 'mm', day: 'dd'},

0 commit comments

Comments
 (0)