From 48f483eb5c0b5347422e0c466ae5f22b229afe34 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 5 Sep 2013 11:16:59 +0800 Subject: [PATCH] locale/zh_HK.js --- locale/zh_HK.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/zh_HK.js b/locale/zh_HK.js index b837d46cc2..6bf462948f 100644 --- a/locale/zh_HK.js +++ b/locale/zh_HK.js @@ -73,8 +73,8 @@ Roo.onReady(function(){ maxText : "日期必須小於最大容許日期", disabledDaysText : "", disabledDatesText : "", - monthNames : Roo.Date.monthNames, - dayNames : Roo.Date.dayNames, + monthNames : Date.monthNames, + dayNames : Date.dayNames, nextText : "下個月 (Ctrl+右方向鍵)", prevText : "上個月 (Ctrl+左方向鍵)", monthYearText : "選擇月份 (Ctrl+上/下方向鍵選擇年份)", -- 2.39.2