By pattyqt on Wednesday, 06 August 2008
Replies 2
Likes 0
Views 2.7K
Votes 0
Hi !

I have a problem with spanish translation. Everything works fine, except on the days details. The dates appear in english. I even tried translating some text in the english.php file to solve the problem, but didn't work. It looks like this:
[attachment=0:2evy9xa1]<!-- ia0 -->previewcal.jpg<!-- ia0 -->[/attachment:2evy9xa1]

I'll appreciate your help!
Week and month names from a date are automatically translated by the php function strftime() which uses a installed operation system library. If your locale is set correct, the library is not fully installed and the desired language is not supported. Use the new release 1.5.0alpha2 where the names are taken from the JEvents translation file.
·
16 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, Thomas! I installed 1.5.0alpha2 and now it's working.

Thanks again!!
·
16 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post