Hello
that don't help me.
Can you tell me, what you mean.
I tried to add the Code:
$lang_info = array (
'name' => 'German'
,'nativename' => 'Deutsch' // Sprache name in native language. E.g: 'Fran�ais' for 'French'
,'locale' => array(LC_ALL,'de_DE','de_DE.UTF8','de','german','ge') // Standard locale alternatives for a specific language. For reference, go to: http://www.php.net/manual/en/function.setlocale.php
,'charset' => 'UTF-8' // For reference, go to : http://www.w3.org/International/O-charset-lang.html
,'direction' => 'ltr' // 'ltr' for Left to Right. 'rtl' for Right to Left languages such as Arabic.
,'author' => 'Antoine Johannes Kuske aka fesseChaud, fixed 4 Mambo by Ben Kioo'
,'author_email' => 'antoine@bachtel.ch, info@novacore.org'
,'author_url' => 'http://www.randonneurs.org/, http://www.novacore.org'
,'transdate' => '12/07/2004'
);
But, it changed nothing
I think, it is a php strftime error.
Normally the Script would have to notice the changes in the following code line
,'months' => array('Januar','Februar','Marz','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember')
But, it changed nothing, too.
Which is however amusing, those changes in 'day_of_week' are seized.
Only the changes in 'months' not.
I don't know, what can I do now.
Regards Starkheim