Patch #1328 » Calendar_he_weekend.diff
public/javascripts/calendar/lang/calendar-he.js (working copy) | ||
---|---|---|
113 | 113 |
// This may be locale-dependent. It specifies the week-end days, as an array |
114 | 114 |
// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1 |
115 | 115 |
// means Monday, etc. |
116 |
Calendar._TT["WEEKEND"] = "6,7";
|
|
116 |
Calendar._TT["WEEKEND"] = "5,6";
|
|
117 | 117 | |
118 | 118 |
Calendar._TT["CLOSE"] = "סגור"; |
119 | 119 |
Calendar._TT["TODAY"] = "היום"; |