brOOper / gwt-cal

Automatically exported from code.google.com/p/gwt-cal
0 stars 0 forks source link

The week should start on Monday for the Italian localization #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In month view with italian localization the week start on sunday

What is the expected output? What do you see instead?
The expected output is week start on monday

What version of the product are you using? On what operating system?
0.9.2 on Windows 7 64 bit

Please provide any additional information below.
The file CalendarCostants_it.properties in package 
com.bradrydzewski.gwt.calendar.client.i18n 
contains: 
firstDayOfWeek=0
instead of the correct:
firstDayOfWeek=1
See the attached image taken from Google Calendar.

Original issue reported on code.google.com by angelo.celoni@gmail.com on 6 Dec 2010 at 11:24

Attachments:

GoogleCodeExporter commented 8 years ago
Will look into this ASAP.

Thanks for the feedback!

 - Carlos

Original comment by carlos.m...@gmail.com on 31 Jan 2011 at 3:59

GoogleCodeExporter commented 8 years ago
Hello Angelo,

Do you have any source -other than plain custom, of course, LOL- that we could 
use as the 'most authoritative' to decide what day we should use 
(Monday/Sunday)?

From what I remember, the italian locale configuration in the project was 
provided by someone from the community? I am OK committing the file with the 
configuration you suggest; I wouldn't like to have to reverse back to the 
current configuration when another user of the library thinks differently. :)

Thank you for your feedback,

- Carlos

Original comment by carlos.m...@gmail.com on 1 Feb 2011 at 1:15

GoogleCodeExporter commented 8 years ago
Hello Carlos,
I don't have an 'authoritative' source for the first day of week, but monday is 
used by all as first day:
- Google Calendar (see the image attached to the first post)
- Microsoft Windows
- Microsoft Outlook 2007
- Blackberry OS
- All paper calendars I ever seen (I'm italian)

In addition in the international standard ISO-8601: 
http://en.wikipedia.org/wiki/ISO_8601
the weeks starts on monday.

Angelo

Original comment by angelo.celoni@gmail.com on 1 Feb 2011 at 7:51

GoogleCodeExporter commented 8 years ago
Hello Angelo,

Your references and sources are way more than 'authoritative'. I thank you for 
your feedback. :)

The change has been incorporated into the code base as of revision 364.

Thanks again,

- Carlos

Original comment by carlos.m...@gmail.com on 1 Feb 2011 at 3:08

GoogleCodeExporter commented 8 years ago

Original comment by ctasada on 3 Jan 2012 at 4:01