@svar-ui/calendar-locales 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cn.js +41 -0
- package/de.js +43 -0
- package/en.js +43 -0
- package/es.js +43 -0
- package/fr.js +43 -0
- package/index.js +9 -0
- package/it.js +43 -0
- package/jp.js +43 -0
- package/license.txt +21 -0
- package/package.json +18 -0
- package/pt.js +43 -0
- package/ru.js +43 -0
package/cn.js
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
eventCalendar: {
|
|
3
|
+
Delete: "删除",
|
|
4
|
+
Text: "文本",
|
|
5
|
+
"Start date": "开始日期",
|
|
6
|
+
"End date": "结束日期",
|
|
7
|
+
"All day": "全天",
|
|
8
|
+
|
|
9
|
+
Day: "日",
|
|
10
|
+
Week: "周",
|
|
11
|
+
Month: "月",
|
|
12
|
+
Agenda: "日程",
|
|
13
|
+
Year: "年",
|
|
14
|
+
Resources: "资源",
|
|
15
|
+
Timeline: "时间线",
|
|
16
|
+
|
|
17
|
+
Today: "今天",
|
|
18
|
+
"Full day": "全天",
|
|
19
|
+
Calendars: "日历",
|
|
20
|
+
Menu: "菜单",
|
|
21
|
+
|
|
22
|
+
"Previous period": "上一个时段",
|
|
23
|
+
"Next period": "下一个时段",
|
|
24
|
+
"Date navigation": "日期导航",
|
|
25
|
+
"Calendar controls": "日历控件",
|
|
26
|
+
"Calendar filters": "日历筛选",
|
|
27
|
+
Calendar: "日历",
|
|
28
|
+
"Calendar sidebar": "日历侧边栏",
|
|
29
|
+
|
|
30
|
+
timeScaleFormat: "%H:%i",
|
|
31
|
+
weekScaleFormat: "%D %j日",
|
|
32
|
+
monthScaleFormat: "%D",
|
|
33
|
+
weekNumberFormat: "%w",
|
|
34
|
+
titleDayFormat: "%Y年%n月%j日 %l",
|
|
35
|
+
titleWeekFormatStart: "%n月%j日",
|
|
36
|
+
titleWeekFormatEnd: "%j日, %Y",
|
|
37
|
+
titleMonthFormat: "%Y年%n月",
|
|
38
|
+
yearMonthFormat: "%n月",
|
|
39
|
+
agendaDayFormat: "%n月%j日 %l",
|
|
40
|
+
},
|
|
41
|
+
};
|
package/de.js
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
eventCalendar: {
|
|
3
|
+
"Edit event": "Veranstaltung bearbeiten",
|
|
4
|
+
"Delete event": "Veranstaltung löschen",
|
|
5
|
+
Delete: "Löschen",
|
|
6
|
+
Text: "Text",
|
|
7
|
+
"Start date": "Startdatum",
|
|
8
|
+
"End date": "Enddatum",
|
|
9
|
+
"All day": "Ganztägig",
|
|
10
|
+
|
|
11
|
+
Day: "Tag",
|
|
12
|
+
Week: "Woche",
|
|
13
|
+
Month: "Monat",
|
|
14
|
+
Agenda: "Agenda",
|
|
15
|
+
Year: "Jahr",
|
|
16
|
+
Resources: "Ressourcen",
|
|
17
|
+
Timeline: "Zeitleiste",
|
|
18
|
+
|
|
19
|
+
Today: "Heute",
|
|
20
|
+
"Full day": "Ganztägig",
|
|
21
|
+
Calendars: "Kalender",
|
|
22
|
+
Menu: "Menü",
|
|
23
|
+
|
|
24
|
+
"Previous period": "Vorheriger Zeitraum",
|
|
25
|
+
"Next period": "Nächster Zeitraum",
|
|
26
|
+
"Date navigation": "Datumsnavigation",
|
|
27
|
+
"Calendar controls": "Kalendersteuerung",
|
|
28
|
+
"Calendar filters": "Kalenderfilter",
|
|
29
|
+
Calendar: "Kalender",
|
|
30
|
+
"Calendar sidebar": "Kalender-Seitenleiste",
|
|
31
|
+
|
|
32
|
+
timeScaleFormat: "%H:%i",
|
|
33
|
+
weekScaleFormat: "%D, %j.",
|
|
34
|
+
monthScaleFormat: "%D",
|
|
35
|
+
weekNumberFormat: "%w",
|
|
36
|
+
titleDayFormat: "%l, %j. %F %Y",
|
|
37
|
+
titleWeekFormatStart: "%j. %F",
|
|
38
|
+
titleWeekFormatEnd: "%j. %F %Y",
|
|
39
|
+
titleMonthFormat: "%F %Y",
|
|
40
|
+
yearMonthFormat: "%F",
|
|
41
|
+
agendaDayFormat: "%l, %j. %F",
|
|
42
|
+
},
|
|
43
|
+
};
|
package/en.js
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
eventCalendar: {
|
|
3
|
+
"Edit event": "Edit event",
|
|
4
|
+
"Delete event": "Delete event",
|
|
5
|
+
Delete: "Delete",
|
|
6
|
+
Text: "Text",
|
|
7
|
+
"Start date": "Start date",
|
|
8
|
+
"End date": "End date",
|
|
9
|
+
"All day": "All day",
|
|
10
|
+
|
|
11
|
+
Day: "Day",
|
|
12
|
+
Week: "Week",
|
|
13
|
+
Month: "Month",
|
|
14
|
+
Agenda: "Agenda",
|
|
15
|
+
Year: "Year",
|
|
16
|
+
Resources: "Resources",
|
|
17
|
+
Timeline: "Timeline",
|
|
18
|
+
|
|
19
|
+
Today: "Today",
|
|
20
|
+
"Full day": "Full day",
|
|
21
|
+
Calendars: "Calendars",
|
|
22
|
+
Menu: "Menu",
|
|
23
|
+
|
|
24
|
+
"Previous period": "Previous period",
|
|
25
|
+
"Next period": "Next period",
|
|
26
|
+
"Date navigation": "Date navigation",
|
|
27
|
+
"Calendar controls": "Calendar controls",
|
|
28
|
+
"Calendar filters": "Calendar filters",
|
|
29
|
+
Calendar: "Calendar",
|
|
30
|
+
"Calendar sidebar": "Calendar sidebar",
|
|
31
|
+
|
|
32
|
+
timeScaleFormat: "%h %A",
|
|
33
|
+
weekScaleFormat: "%D, %j",
|
|
34
|
+
monthScaleFormat: "%D",
|
|
35
|
+
weekNumberFormat: "%w",
|
|
36
|
+
titleDayFormat: "%l, %F %j, %Y",
|
|
37
|
+
titleWeekFormatStart: "%F %j",
|
|
38
|
+
titleWeekFormatEnd: "%j, %Y",
|
|
39
|
+
titleMonthFormat: "%F %Y",
|
|
40
|
+
yearMonthFormat: "%F",
|
|
41
|
+
agendaDayFormat: "%l, %F %j",
|
|
42
|
+
},
|
|
43
|
+
};
|
package/es.js
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
eventCalendar: {
|
|
3
|
+
"Edit event": "Editar evento",
|
|
4
|
+
"Delete event": "Eliminar evento",
|
|
5
|
+
Delete: "Eliminar",
|
|
6
|
+
Text: "Texto",
|
|
7
|
+
"Start date": "Fecha de inicio",
|
|
8
|
+
"End date": "Fecha de finalización",
|
|
9
|
+
"All day": "Todo el día",
|
|
10
|
+
|
|
11
|
+
Day: "Día",
|
|
12
|
+
Week: "Semana",
|
|
13
|
+
Month: "Mes",
|
|
14
|
+
Agenda: "Agenda",
|
|
15
|
+
Year: "Año",
|
|
16
|
+
Resources: "Recursos",
|
|
17
|
+
Timeline: "Línea de tiempo",
|
|
18
|
+
|
|
19
|
+
Today: "Hoy",
|
|
20
|
+
"Full day": "Todo el día",
|
|
21
|
+
Calendars: "Calendarios",
|
|
22
|
+
Menu: "Menú",
|
|
23
|
+
|
|
24
|
+
"Previous period": "Período anterior",
|
|
25
|
+
"Next period": "Siguiente período",
|
|
26
|
+
"Date navigation": "Navegación por fechas",
|
|
27
|
+
"Calendar controls": "Controles del calendario",
|
|
28
|
+
"Calendar filters": "Filtros del calendario",
|
|
29
|
+
Calendar: "Calendario",
|
|
30
|
+
"Calendar sidebar": "Barra lateral del calendario",
|
|
31
|
+
|
|
32
|
+
timeScaleFormat: "%H:%i",
|
|
33
|
+
weekScaleFormat: "%D %j",
|
|
34
|
+
monthScaleFormat: "%D",
|
|
35
|
+
weekNumberFormat: "%w",
|
|
36
|
+
titleDayFormat: "%l, %j de %F de %Y",
|
|
37
|
+
titleWeekFormatStart: "%j de %F",
|
|
38
|
+
titleWeekFormatEnd: "%j de %F de %Y",
|
|
39
|
+
titleMonthFormat: "%F de %Y",
|
|
40
|
+
yearMonthFormat: "%F",
|
|
41
|
+
agendaDayFormat: "%l, %j de %F",
|
|
42
|
+
},
|
|
43
|
+
};
|
package/fr.js
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
eventCalendar: {
|
|
3
|
+
"Edit event": "Modifier l'événement",
|
|
4
|
+
"Delete event": "Supprimer l'événement",
|
|
5
|
+
Delete: "Supprimer",
|
|
6
|
+
Text: "Texte",
|
|
7
|
+
"Start date": "Date de début",
|
|
8
|
+
"End date": "Date de fin",
|
|
9
|
+
"All day": "Toute la journée",
|
|
10
|
+
|
|
11
|
+
Day: "Jour",
|
|
12
|
+
Week: "Semaine",
|
|
13
|
+
Month: "Mois",
|
|
14
|
+
Agenda: "Agenda",
|
|
15
|
+
Year: "Année",
|
|
16
|
+
Resources: "Ressources",
|
|
17
|
+
Timeline: "Chronologie",
|
|
18
|
+
|
|
19
|
+
Today: "Aujourd'hui",
|
|
20
|
+
"Full day": "Toute la journée",
|
|
21
|
+
Calendars: "Calendriers",
|
|
22
|
+
Menu: "Menu",
|
|
23
|
+
|
|
24
|
+
"Previous period": "Période précédente",
|
|
25
|
+
"Next period": "Période suivante",
|
|
26
|
+
"Date navigation": "Navigation des dates",
|
|
27
|
+
"Calendar controls": "Commandes du calendrier",
|
|
28
|
+
"Calendar filters": "Filtres du calendrier",
|
|
29
|
+
Calendar: "Calendrier",
|
|
30
|
+
"Calendar sidebar": "Barre latérale du calendrier",
|
|
31
|
+
|
|
32
|
+
timeScaleFormat: "%H:%i",
|
|
33
|
+
weekScaleFormat: "%D %j",
|
|
34
|
+
monthScaleFormat: "%D",
|
|
35
|
+
weekNumberFormat: "%w",
|
|
36
|
+
titleDayFormat: "%l %j %F %Y",
|
|
37
|
+
titleWeekFormatStart: "%j %F",
|
|
38
|
+
titleWeekFormatEnd: "%j %F %Y",
|
|
39
|
+
titleMonthFormat: "%F %Y",
|
|
40
|
+
yearMonthFormat: "%F",
|
|
41
|
+
agendaDayFormat: "%l %j %F",
|
|
42
|
+
},
|
|
43
|
+
};
|
package/index.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { default as en } from "./en.js";
|
|
2
|
+
export { default as cn } from "./cn.js";
|
|
3
|
+
export { default as de } from "./de.js";
|
|
4
|
+
export { default as es } from "./es.js";
|
|
5
|
+
export { default as fr } from "./fr.js";
|
|
6
|
+
export { default as it } from "./it.js";
|
|
7
|
+
export { default as jp } from "./jp.js";
|
|
8
|
+
export { default as pt } from "./pt.js";
|
|
9
|
+
export { default as ru } from "./ru.js";
|
package/it.js
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
eventCalendar: {
|
|
3
|
+
"Edit event": "Modifica evento",
|
|
4
|
+
"Delete event": "Elimina evento",
|
|
5
|
+
Delete: "Elimina",
|
|
6
|
+
Text: "Testo",
|
|
7
|
+
"Start date": "Data di inizio",
|
|
8
|
+
"End date": "Data di fine",
|
|
9
|
+
"All day": "Tutto il giorno",
|
|
10
|
+
|
|
11
|
+
Day: "Giorno",
|
|
12
|
+
Week: "Settimana",
|
|
13
|
+
Month: "Mese",
|
|
14
|
+
Agenda: "Agenda",
|
|
15
|
+
Year: "Anno",
|
|
16
|
+
Resources: "Risorse",
|
|
17
|
+
Timeline: "Cronologia",
|
|
18
|
+
|
|
19
|
+
Today: "Oggi",
|
|
20
|
+
"Full day": "Tutto il giorno",
|
|
21
|
+
Calendars: "Calendari",
|
|
22
|
+
Menu: "Menu",
|
|
23
|
+
|
|
24
|
+
"Previous period": "Periodo precedente",
|
|
25
|
+
"Next period": "Periodo successivo",
|
|
26
|
+
"Date navigation": "Navigazione data",
|
|
27
|
+
"Calendar controls": "Controlli calendario",
|
|
28
|
+
"Calendar filters": "Filtri calendario",
|
|
29
|
+
Calendar: "Calendario",
|
|
30
|
+
"Calendar sidebar": "Barra laterale del calendario",
|
|
31
|
+
|
|
32
|
+
timeScaleFormat: "%H:%i",
|
|
33
|
+
weekScaleFormat: "%D %j",
|
|
34
|
+
monthScaleFormat: "%D",
|
|
35
|
+
weekNumberFormat: "%w",
|
|
36
|
+
titleDayFormat: "%l %j %F %Y",
|
|
37
|
+
titleWeekFormatStart: "%j %F",
|
|
38
|
+
titleWeekFormatEnd: "%j %F %Y",
|
|
39
|
+
titleMonthFormat: "%F %Y",
|
|
40
|
+
yearMonthFormat: "%F",
|
|
41
|
+
agendaDayFormat: "%l %j %F",
|
|
42
|
+
},
|
|
43
|
+
};
|
package/jp.js
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
eventCalendar: {
|
|
3
|
+
"Edit event": "イベントを編集",
|
|
4
|
+
"Delete event": "イベントを削除",
|
|
5
|
+
Delete: "削除",
|
|
6
|
+
Text: "テキスト",
|
|
7
|
+
"Start date": "開始日",
|
|
8
|
+
"End date": "終了日",
|
|
9
|
+
"All day": "終日",
|
|
10
|
+
|
|
11
|
+
Day: "日",
|
|
12
|
+
Week: "週",
|
|
13
|
+
Month: "月",
|
|
14
|
+
Agenda: "予定",
|
|
15
|
+
Year: "年",
|
|
16
|
+
Resources: "リソース",
|
|
17
|
+
Timeline: "タイムライン",
|
|
18
|
+
|
|
19
|
+
Today: "今日",
|
|
20
|
+
"Full day": "終日",
|
|
21
|
+
Calendars: "カレンダー",
|
|
22
|
+
Menu: "メニュー",
|
|
23
|
+
|
|
24
|
+
"Previous period": "前の期間",
|
|
25
|
+
"Next period": "次の期間",
|
|
26
|
+
"Date navigation": "日付ナビゲーション",
|
|
27
|
+
"Calendar controls": "カレンダー操作",
|
|
28
|
+
"Calendar filters": "カレンダーフィルター",
|
|
29
|
+
Calendar: "カレンダー",
|
|
30
|
+
"Calendar sidebar": "カレンダーサイドバー",
|
|
31
|
+
|
|
32
|
+
timeScaleFormat: "%H:%i",
|
|
33
|
+
weekScaleFormat: "%j日 %D",
|
|
34
|
+
monthScaleFormat: "%D",
|
|
35
|
+
weekNumberFormat: "%w",
|
|
36
|
+
titleDayFormat: "%Y年%n月%j日 %l",
|
|
37
|
+
titleWeekFormatStart: "%n月%j日",
|
|
38
|
+
titleWeekFormatEnd: "%j日 %Y年",
|
|
39
|
+
titleMonthFormat: "%Y年%n月",
|
|
40
|
+
yearMonthFormat: "%n月",
|
|
41
|
+
agendaDayFormat: "%n月%j日 %l",
|
|
42
|
+
},
|
|
43
|
+
};
|
package/license.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 XB Software Sp. z o.o.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@svar-ui/calendar-locales",
|
|
3
|
+
"version": "2.6.0",
|
|
4
|
+
"description": "Locales for WX Calendar widget",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"grid",
|
|
7
|
+
"locales",
|
|
8
|
+
"wx"
|
|
9
|
+
],
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"author": "",
|
|
12
|
+
"type": "module",
|
|
13
|
+
"main": "index.js",
|
|
14
|
+
"scripts": {
|
|
15
|
+
"build": "true",
|
|
16
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
17
|
+
}
|
|
18
|
+
}
|
package/pt.js
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
eventCalendar: {
|
|
3
|
+
"Edit event": "Editar evento",
|
|
4
|
+
"Delete event": "Excluir evento",
|
|
5
|
+
Delete: "Excluir",
|
|
6
|
+
Text: "Texto",
|
|
7
|
+
"Start date": "Data de início",
|
|
8
|
+
"End date": "Data de término",
|
|
9
|
+
"All day": "Dia inteiro",
|
|
10
|
+
|
|
11
|
+
Day: "Dia",
|
|
12
|
+
Week: "Semana",
|
|
13
|
+
Month: "Mês",
|
|
14
|
+
Agenda: "Agenda",
|
|
15
|
+
Year: "Ano",
|
|
16
|
+
Resources: "Recursos",
|
|
17
|
+
Timeline: "Linha do tempo",
|
|
18
|
+
|
|
19
|
+
Today: "Hoje",
|
|
20
|
+
"Full day": "Dia inteiro",
|
|
21
|
+
Calendars: "Calendários",
|
|
22
|
+
Menu: "Menu",
|
|
23
|
+
|
|
24
|
+
"Previous period": "Período anterior",
|
|
25
|
+
"Next period": "Próximo período",
|
|
26
|
+
"Date navigation": "Navegação de datas",
|
|
27
|
+
"Calendar controls": "Controles do calendário",
|
|
28
|
+
"Calendar filters": "Filtros do calendário",
|
|
29
|
+
Calendar: "Calendário",
|
|
30
|
+
"Calendar sidebar": "Barra lateral do calendário",
|
|
31
|
+
|
|
32
|
+
timeScaleFormat: "%H:%i",
|
|
33
|
+
weekScaleFormat: "%D, %j",
|
|
34
|
+
monthScaleFormat: "%D",
|
|
35
|
+
weekNumberFormat: "%w",
|
|
36
|
+
titleDayFormat: "%l, %j de %F de %Y",
|
|
37
|
+
titleWeekFormatStart: "%j de %F",
|
|
38
|
+
titleWeekFormatEnd: "%j de %F de %Y",
|
|
39
|
+
titleMonthFormat: "%F de %Y",
|
|
40
|
+
yearMonthFormat: "%F",
|
|
41
|
+
agendaDayFormat: "%l, %j de %F",
|
|
42
|
+
},
|
|
43
|
+
};
|
package/ru.js
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
eventCalendar: {
|
|
3
|
+
"Edit event": "Редактировать событие",
|
|
4
|
+
"Delete event": "Удалить событие",
|
|
5
|
+
Delete: "Удалить",
|
|
6
|
+
Text: "Текст",
|
|
7
|
+
"Start date": "Дата начала",
|
|
8
|
+
"End date": "Дата окончания",
|
|
9
|
+
"All day": "Весь день",
|
|
10
|
+
|
|
11
|
+
Day: "День",
|
|
12
|
+
Week: "Неделя",
|
|
13
|
+
Month: "Месяц",
|
|
14
|
+
Agenda: "Расписание",
|
|
15
|
+
Year: "Год",
|
|
16
|
+
Resources: "Ресурсы",
|
|
17
|
+
Timeline: "Лента времени",
|
|
18
|
+
|
|
19
|
+
Today: "Сегодня",
|
|
20
|
+
"Full day": "Весь день",
|
|
21
|
+
Calendars: "Календари",
|
|
22
|
+
Menu: "Меню",
|
|
23
|
+
|
|
24
|
+
"Previous period": "Предыдущий период",
|
|
25
|
+
"Next period": "Следующий период",
|
|
26
|
+
"Date navigation": "Навигация по датам",
|
|
27
|
+
"Calendar controls": "Управление календарем",
|
|
28
|
+
"Calendar filters": "Фильтры календаря",
|
|
29
|
+
Calendar: "Календарь",
|
|
30
|
+
"Calendar sidebar": "Боковая панель календаря",
|
|
31
|
+
|
|
32
|
+
timeScaleFormat: "%H:%i",
|
|
33
|
+
weekScaleFormat: "%D, %j",
|
|
34
|
+
monthScaleFormat: "%D",
|
|
35
|
+
weekNumberFormat: "%w",
|
|
36
|
+
titleDayFormat: "%j %F %Y, %l",
|
|
37
|
+
titleWeekFormatStart: "%j %F",
|
|
38
|
+
titleWeekFormatEnd: "%j %F %Y",
|
|
39
|
+
titleMonthFormat: "%F %Y",
|
|
40
|
+
yearMonthFormat: "%F",
|
|
41
|
+
agendaDayFormat: "%j %F, %l",
|
|
42
|
+
},
|
|
43
|
+
};
|