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/VCalendar.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -65,12 +65,12 @@
65
65
},
66
66
"events": {
67
67
"[`${string}:date`]": "Any event on the day of the month link. The second argument is the day & time object.",
68
-
"[`${string}:day-category`]": "Any event on a day in the `category` view. The second argument is the day object.",
68
+
"[`${string}:dayCategory`]": "Any event on a day in the `category` view. The second argument is the day object.",
69
69
"[`${string}:day`]": "Any event on a day. The second argument is the day object.",
70
70
"[`${string}:event`]": "Any event on a specific event. The second argument is the day & time object.",
71
71
"[`${string}:interval`]": "Any event at a specific interval label in the `day` view. The second argument is the day & time object.",
72
72
"[`${string}:more`]": "Any event on the `X more` button on views with too many events in a day. The second argument is the day & time object.",
73
-
"[`${string}:time-category`]": "Any event at a specific time in the `category` view. The second argument is the day & time object.",
73
+
"[`${string}:timeCategory`]": "Any event at a specific time in the `category` view. The second argument is the day & time object.",
74
74
"[`${string}:time`]": "Any event at a specific time in the `day` view. The second argument is the day & time object.",
75
75
"change": "The range of days displayed on the calendar changed. This is triggered on initialization. The event passed is an object with start and end date objects.",
76
76
"moved": "One of the functions `next`, `prev`, and `move` was called. The event passed is the day object calculated for the movement."
0 commit comments