##// END OF EJS Templates
Fixed: Incorrect weekend definition in Hebrew calendar locale (#1328)....
Jean-Philippe Lang -
r1464:4311ecbc04e3
parent child
Show More
@@ -113,7 +113,7 Calendar._TT["DAY_FIRST"] = "הצג %s קודם";
113 // This may be locale-dependent. It specifies the week-end days, as an array
113 // This may be locale-dependent. It specifies the week-end days, as an array
114 // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1
114 // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1
115 // means Monday, etc.
115 // means Monday, etc.
116 Calendar._TT["WEEKEND"] = "6,7";
116 Calendar._TT["WEEKEND"] = "5,6";
117
117
118 Calendar._TT["CLOSE"] = "סגור";
118 Calendar._TT["CLOSE"] = "סגור";
119 Calendar._TT["TODAY"] = "היום";
119 Calendar._TT["TODAY"] = "היום";
General Comments 0
You need to be logged in to leave comments. Login now