Has anyone attempted to use the current French language pack designed for v1.3.7 on an installation running v1.5.0?
If so, does it work well? If, as I suspect, some conversion is necessary, how much work is involved?
Any feedback is welcome.
Thanks.
Has anyone attempted to use the current French language pack designed for v1.3.7 on an installation running v1.5.0?
If so, does it work well? If, as I suspect, some conversion is necessary, how much work is involved?
Any feedback is welcome.
Thanks.
Hello,
did you get any further with this?
I think I'm going to have the same problem.
It looks like you have to install the 1.3.9 french version......
Look at www.moduloom.t15.org
I've installed that pack with zc 1.51 and it seems to be working fine ... so far.
A strange thing though, accents show up all correctly except in months. For example:
The French for "New Products For December" shows "Nouveautés pour d�cembre"
Could this be host-related?
Okay, the host has fixed the issue.
From the french.php include/languages file:
@setlocale(LC_TIME, 'fr_FR');
Changed to:
@setlocale(LC_TIME, 'fr_FR.UTF8', 'fr.UTF8', 'fr_FR.UTF-8', 'fr.UTF-8');
// The first is probably enough... but just to be 'safe'