Adam Shaw 11 년 전
부모
커밋
494af3595b
2개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      changelog.md
  2. 12 0
      lang/he.js

+ 2 - 0
changelog.md

@@ -6,11 +6,13 @@ v2.2.6 (2015-01-10)
 - View object's `title` property mistakenly omitted ([2407])
 - Single-day views with hiddens days could cause prev/next misbehavior ([2406])
 - Don't let the current date ever be a hidden day (solves [2395])
+- Hebrew locale ([2157])
 
 [2408]: https://code.google.com/p/fullcalendar/issues/detail?id=2408
 [2407]: https://code.google.com/p/fullcalendar/issues/detail?id=2407
 [2406]: https://code.google.com/p/fullcalendar/issues/detail?id=2406
 [2395]: https://code.google.com/p/fullcalendar/issues/detail?id=2395
+[2157]: https://code.google.com/p/fullcalendar/issues/detail?id=2157
 
 
 v2.2.5 (2014-12-30)

+ 12 - 0
lang/he.js

@@ -0,0 +1,12 @@
+
+$.fullCalendar.lang("he", {
+	defaultButtonText: {
+		month: "חודש",
+		week: "שבוע",
+		day: "יום",
+		list: "סדר יום"
+	},
+	weekNumberTitle: "שבוע",
+	allDayText: "כל היום",
+	eventLimitText: "אחר"
+});