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'
For the � in your french meta-tags, convert and save the meta-tags.php file in "UTF-8 without BOM"
You will also need to convert and save your English meta-tags.php file in "UTF-8 without BOM"
Otherwise you will end up with blank pages when adding to cart, adding selected products to cart, updating your cart and going to check out.
Hi,
did anyone tried to have the french be the only language? The website mentionned for the update for v1.5.0 is in french only but I can't seem to have it any other way other then english as default and the person has to select french... and in the end, at this time, I need the cart to be in french only. Any help would be greatly appreciated... maybe I missed a step??