UNPKG

421 BJavaScriptView Raw
1FullCalendar.globalLocales.push(function () {
2 'use strict';
3
4 var zhTw = {
5 code: "zh-tw",
6 buttonText: {
7 prev: "上月",
8 next: "下月",
9 today: "今天",
10 month: "月",
11 week: "週",
12 day: "天",
13 list: "活動列表"
14 },
15 weekText: "周",
16 allDayText: "整天",
17 moreLinkText: '顯示更多',
18 noEventsText: "没有任何活動"
19 };
20
21 return zhTw;
22
23}());