From: Michel <mi...@la...> - 2002-11-06 19:34:58
|
Hi , Can I propose to make some improvements in phpiCalendar ? - to move the $week_start_day into the language pack. The reason is, only in UK and US the sunday is the first week day. In the rest of the world (especially in Europe and Africa) it's monday... This thing done, the $week_start_day would be $language dependent. If in Australia, weeks start on monday (an example) we could imaging a australian.inc.php and so on... And then we could add a Pop Up menu : View this page in "English, french, german..." The prefered language will be cookied into the visitor browser, so this visitor will be able to see the whole calendar without having to change his language again. $cookie_language (in user's browser) override the $language preference set in the config.inc.php So the language is no more stuck to the config.inc.php configuration. Are you OK with this ? If you are, I can be charged of this. Small cosmetic bug: can we set the width of the left column in the bottom table with this month event (file month_bottom.php lines 343, 345, 395) to 200 instead of 160 ? In some language set (french, swedish, polish, ...) the all-day-event are split in 2 lines... This will prevent it. |