Page 1 of 1
French date format problems (fixed)
Posted: Thu Jul 21, 2005 4:10 pm
by randulo
In: serendipity_lang_fr.inc.php from the stable version I downloaded today, the line
Code: Select all
@define('DATE_LOCALES', 'french, fr, fr_FR,en_US');
is missing a part that make French dates not work (on FreeBSD, anway)
Code: Select all
@define('DATE_LOCALES', 'french, fr, fr_FR, fr_FR.ISO-8859-1, fr_FR@euro, fr_FR.ISO8859-1,en_US');
This drove me nuts today since every other language worked.
s9y is great, thanks!
Re: French date format problems (fixed)
Posted: Fri Jul 22, 2005 11:36 am
by garvinhicking
Committed, thanks!
Regards,
Garvin
Posted: Mon Jul 25, 2005 3:57 pm
by randulo
Same problem with Italian!
Great to have all the languages, but even better if they actually work.
Posted: Tue Jul 26, 2005 11:01 pm
by garvinhicking
What do you mean wiht "same problem"? Please tell me your locales.
It can only work if you properly configure your server; since s9y is optimized for Linux it uses default locale names for Linux; so it's more a problem of the sysadmin if the required locale is either not installed or installed under a different name
Regards,
Garvin
Posted: Wed Jul 27, 2005 7:23 pm
by randulo
Yes, apparently this is a FreeBSD problem. Now that it's fixed we see that it isn't a bug and maybe shouldn't even stay posted here. It would be good to note the issue for others who may encounter it.
For some reason, German, Danish and many other languages worked fine but French and Italian did not. Adding the specific ISO codes as I said above, made them work.