Spent a while on this, havn't quite fixed it but there is a problem when I'm entering czech versions of entries I've written in English. There are two versions of langauge for czech (Czech2 (ISO-8859-2) and Czech (Win-1250)). Of course I made my mind up on using just one and set about entering translations etc.
All went well after first one is saved however when it comes time to enter another entry i.e selected the "Choose langauge version to edit" in the edit entries place. Only the opersite lang entry for czech is available, the other one is removed from available list to select. I've made it livable for the moment by editing serendipity_config.inc.php and changing the line
'cs' => 'Czech (Win-1250)',
'cz' => 'Czech (ISO-8859-2)',
to
'cs' => 'Czech (Win-1250)',
'cz' => 'Czech2 (ISO-8859-2)',
I'm think that somewhere in s9y_event_multilingual.php when the defaults are swapped around or something that this is messed up. I havn't been able to find any more out...
Can someone take a look I'm a bit confused
Thanks
Neil