Hi everyone,
Maybe I discovered a bug. I'm running version 0.9-beta2 and if I choose the swedish as language days and months aren't shown in swedish but in serbian.
I discovered the reason: in the swedish language-file (serendipity\lang\serendipity_lang_se.inc.php) the value for DATE_LOCALES is "swedish, se, se_SE, se_SE.ISO8859-1". But the international abbreviation-standard for swedish isn't 'se', it's 'sv'. So I changed the value for DATE_LOCALES to "swedish, sv, sv_SV, sv_SV.ISO8859-1".
Now it works for me, but it should be changed in the download-files.
cu
stefan