]> source.dussan.org Git - redmine.git/commitdiff
Fixed: Incorrect weekend definition in Hebrew calendar locale (#1328).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 30 May 2008 15:34:53 +0000 (15:34 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 30 May 2008 15:34:53 +0000 (15:34 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1478 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/javascripts/calendar/lang/calendar-he.js

index bd92e00732d70391bed009ca2510b55cb10e1306..9d4c87db0a7885a853f2c9d1501d3b2ccc23fb87 100644 (file)
@@ -113,7 +113,7 @@ Calendar._TT["DAY_FIRST"] = "הצג %s קודם";
 // This may be locale-dependent.  It specifies the week-end days, as an array
 // of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1
 // means Monday, etc.
-Calendar._TT["WEEKEND"] = "6,7";
+Calendar._TT["WEEKEND"] = "5,6";
 
 Calendar._TT["CLOSE"] = "סגור";
 Calendar._TT["TODAY"] = "היום";