Skip to content

Commit b7fd05a

Browse files
danielkaradachkigyoshev
authored andcommitted
refactor: update default data
1 parent 2cc82ff commit b7fd05a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/cldr/default-data.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,16 @@ const defaultData = {
7878
"symbol-alt-narrow": "$"
7979
}
8080
},
81-
localeCurrency: "USD"
81+
localeCurrency: "USD",
82+
accounting: {
83+
patterns: [
84+
"$n",
85+
"($n)"
86+
],
87+
groupSize: [
88+
3
89+
]
90+
}
8291
},
8392
calendar: {
8493
gmtFormat: "GMT{0}",

0 commit comments

Comments
 (0)