Feng Forum

Support => Feng Office 1 => Older versions => 1.3-rc2 => : dmbaturin March 15, 2009, 01:10:29 PM

: Calendar problem in ru_ru locale
: dmbaturin March 15, 2009, 01:10:29 PM
I'm using OpenGoo 1.3 rc1 with russian (ru_ru) locale.
When I create events in Calendar I see a message telling that event was succesfully created, but  created events actually are not displayed.
If I switch locale to en_us everything with creating events is OK, and after switching back to ru_ru created events are still displayed.
: Re: Calendar problem in ru_ru locale
: ignacio March 16, 2009, 03:15:03 PM
Try if this helps:
http://forums.opengoo.org/index.php?topic=1187.msg4686#msg4686
: Re: Calendar problem in ru_ru locale
: autumn.peak March 17, 2009, 08:44:50 AM
Hi,I guess your event is successed created,but create_time error,too larger or smaller.
it reason may be you Language Time Format it not matched for system.
check the file: opengoo/language/ru_ru/lang.js ,in lines:407

change line
FROM:
'date format': 'd/m/Y',
TO:
'date format': 'm/d/Y',

Then Reload the Page .
: Re: Calendar problem in ru_ru locale
: dmbaturin March 18, 2009, 03:55:49 AM
>change line
>FROM:
>'date format': 'd/m/Y',
>TO:
>'date format': 'm/d/Y',
Yes, it works. But it's still a bug of i18n, different countries uses different date formats and it should
be supported.

> http://forums.opengoo.org/index.php?topic=1187.msg4686#msg4686
I tried it ans it was not helpful.
: Re: Calendar problem in ru_ru locale
: ignacio March 19, 2009, 10:48:30 AM
What date format are you using in your localization files? I usually use d/m/Y and it works fine for me.