dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #09250
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2404: fixed calender is one day ahead
------------------------------------------------------------
revno: 2404
committer: Tri <Tri@Tri-Laptop>
branch nick: dhis2
timestamp: Tue 2010-12-21 09:55:33 +0700
message:
fixed calender is one day ahead
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/i18n/i18n.vm
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/i18n/i18n.vm'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/i18n/i18n.vm 2010-12-16 15:32:46 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/i18n/i18n.vm 2010-12-21 02:55:33 +0000
@@ -55,20 +55,20 @@
var i18n_weekday_short_friday= '$encoder.jsEscape($i18n.getString( 'weekday.short.friday' ) , "'")';
var i18n_weekday_short_saturday = '$encoder.jsEscape($i18n.getString( 'weekday.short.saturday' ) , "'")';
var i18n_weekday_short_sunday = '$encoder.jsEscape($i18n.getString( 'weekday.short.sunday' ) , "'")';
-var dayNamesShort = [i18n_weekday_short_monday,
- i18n_weekday_short_tuesday,
- i18n_weekday_short_wednesday,
- i18n_weekday_short_thursday,
- i18n_weekday_short_friday,
- i18n_weekday_short_saturday,
- i18n_weekday_short_sunday];
-var dayNamesMin = [i18n_weekday_short_monday,
- i18n_weekday_short_tuesday,
- i18n_weekday_short_wednesday,
- i18n_weekday_short_thursday,
- i18n_weekday_short_friday,
- i18n_weekday_short_saturday,
- i18n_weekday_short_sunday]
+var dayNamesShort = [i18n_weekday_short_sunday,
+ i18n_weekday_short_monday,
+ i18n_weekday_short_tuesday,
+ i18n_weekday_short_wednesday,
+ i18n_weekday_short_thursday,
+ i18n_weekday_short_friday,
+ i18n_weekday_short_saturday];
+var dayNamesMin = [i18n_weekday_short_sunday,
+ i18n_weekday_short_monday,
+ i18n_weekday_short_tuesday,
+ i18n_weekday_short_wednesday,
+ i18n_weekday_short_thursday,
+ i18n_weekday_short_friday,
+ i18n_weekday_short_saturday]
var i18n_please_enter_name = '$encoder.jsEscape($i18n.getString( 'please_enter_name' ) , "'")';
var i18n_please_select_period = '$encoder.jsEscape($i18n.getString( 'please_select_period' ) , "'")';