diff --git a/lib/translations/zh_CN.js b/lib/translations/zh_CN.js index bd4deedc..f3a2bd3f 100644 --- a/lib/translations/zh_CN.js +++ b/lib/translations/zh_CN.js @@ -1,4 +1,4 @@ -// Simplified Chinese +// Simplified Chinese jQuery.extend( jQuery.fn.pickadate.defaults, { monthsFull: [ '一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月' ], @@ -11,8 +11,4 @@ jQuery.extend( jQuery.fn.pickadate.defaults, { firstDay: 1, format: 'yyyy 年 mm 月 dd 日', formatSubmit: 'yyyy/mm/dd' -}); - -jQuery.extend( jQuery.fn.pickatime.defaults, { - clear: '清除' -}); +}); \ No newline at end of file