You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/api-generator/src/locale/en/generic.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@
18
18
"end": "Applies margin at the start of the component.",
19
19
"falseIcon": "The icon used when inactive.",
20
20
"falseValue": "Sets value for falsy state.",
21
-
"firstDayOfWeek": "Sets the first day of the week, starting with 0 for Sunday.",
21
+
"firstDayOfWeek": "Sets the first day of the week, starting with 0 for Sunday. (Note: not guaranteed to work when using custom date adapters.)",
22
+
"firstDayOfYear": "Sets the day that determines the first week of the year, starting with 0 for Sunday. For ISO 8601 this should be 4. (Note: not guaranteed to work when using custom date adapters.)",
22
23
"fullWidth": "Sets the component width to 100%.",
23
24
"height": "Sets the height for the component.",
24
25
"hideNoData": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open.",
0 commit comments