From f15ec627c2b93e5b2466964bf7e91f6c53c47d63 Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 14 Dec 2018 19:11:18 -0600 Subject: [PATCH 1/3] Added spanish language --- src/dataMap/langSets.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/dataMap/langSets.js b/src/dataMap/langSets.js index 03b59644..5a7256fc 100644 --- a/src/dataMap/langSets.js +++ b/src/dataMap/langSets.js @@ -19,4 +19,9 @@ export default { monthNames : ['1월','2월','3월','4월','5월','6월','7월','8월','9월','10월','11월','12'], titleFormat : 'yyyy년MM월' }, + es: { + weekNames : ['Lun', 'Mar', 'Mié', 'Jue', 'Vie', 'Sáb', 'Dom'], + monthNames : ['Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'], + titleFormat : 'MMMM yyyy' + }, } From de113e0e4be75ab6062284db57a88151c863ae3b Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 17 Dec 2018 13:53:58 -0600 Subject: [PATCH 2/3] no message --- src/fullCalendar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fullCalendar.vue b/src/fullCalendar.vue index 2be1ed05..63062142 100644 --- a/src/fullCalendar.vue +++ b/src/fullCalendar.vue @@ -136,7 +136,7 @@ let start = dateFunc.getMonthViewStartDate(firstDayOfMonth, this.firstDay); let end = dateFunc.getMonthViewEndDate(firstDayOfMonth, this.firstDay); - + console.log("---") this.$emit('changeMonth', start, end, firstDayOfMonth) }, moreTitle (date) { From cce12ee97ae8979a23ba5e390ee6a47e6836b5c1 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 17 Dec 2018 14:34:44 -0600 Subject: [PATCH 3/3] Cleaned warning messages --- src/fullCalendar.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fullCalendar.vue b/src/fullCalendar.vue index 2be1ed05..b107eff4 100644 --- a/src/fullCalendar.vue +++ b/src/fullCalendar.vue @@ -40,9 +40,9 @@ 'not-cur-month' : !day.isCurMonth}" @click.stop="dayClick(day.date, $event)">

{{day.monthDay}}

- -