Skip to content

Commit 509f72a

Browse files
committed
Forbid calendar, numberingSystem, hourCycle options
1 parent daa87e3 commit 509f72a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fluent-bundle/src/builtins.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ function values(
3232
}
3333

3434
const NUMBER_ALLOWED = [
35-
"numberingSystem",
3635
"unitDisplay",
3736
"currencyDisplay",
3837
"useGrouping",
@@ -67,11 +66,8 @@ const DATETIME_ALLOWED = [
6766
"dateStyle",
6867
"timeStyle",
6968
"fractionalSecondDigits",
70-
"calendar",
7169
"dayPeriod",
72-
"numberingSystem",
7370
"hour12",
74-
"hourCycle",
7571
"weekday",
7672
"era",
7773
"year",

0 commit comments

Comments
 (0)