Skip to content

Commit fefbeb4

Browse files
committed
Fix issues in Traditional Chinese translation (#417)
1 parent 678ceaf commit fefbeb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/jquery.daterangepicker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@
696696
"week-5": "五",
697697
"week-6": "六",
698698
"week-7": "日",
699-
"week-number": "",
699+
"week-number": "",
700700
"month-name": ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],
701701
"shortcuts": "快速選擇",
702702
"past": "過去",
@@ -706,13 +706,13 @@
706706
"prev-month": "上個月",
707707
"prev-year": "去年",
708708
"next": "   ",
709-
"next-week": "下周",
709+
"next-week": "下週",
710710
"next-month": "下個月",
711711
"next-year": "明年",
712712
"less-than": "所選日期範圍不能大於%d天",
713713
"more-than": "所選日期範圍不能小於%d天",
714714
"default-more": "請選擇大於%d天的日期範圍",
715-
"default-less": "請選擇小於%d天的日期範圍",
715+
"default-less": "請選擇少於%d天的日期範圍",
716716
"default-range": "請選擇%d天到%d天的日期範圍",
717717
"default-single": "請選擇一個日期",
718718
"default-default": "請選擇一個日期範圍",

0 commit comments

Comments
 (0)