Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2008
    Location
    Belgium
    Posts
    115
    Plugin Contributions
    6

    Default French Language Pack for ZC 1.5.7c

    This thread is for support of the new French Language Pack Zen Cart v1.5.7c


    Please leave your experiences, remarks and/or suggestion in this thread.

    You can download it from Plugins => Language Packs

  2. #2
    Join Date
    Mar 2008
    Location
    Belgium
    Posts
    115
    Plugin Contributions
    6

    Default Re: French Language Pack for ZC 1.5.7c

    Direct link to the French Language Pack Zen Cart v1.5.7c

    The package is version 1.1 which has been improved by:
    adding the button folder, taking care of a few fixes and adding a modified plugin to check for new versions.

    When you have turned your language side box off or use a mobile friendly template, I advise using the Language/Currency Links in Header plugin. Customers will see your shop header first so this is the logical place to display the language and/or currency choice you offer to them.

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,612
    Plugin Contributions
    123

    Default Re: French Language Pack for ZC 1.5.7c

    Merci, @Philibel.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #4
    Join Date
    Jan 2010
    Location
    France
    Posts
    279
    Plugin Contributions
    0

    Default Re: French Language Pack for ZC 1.5.7c

    Merci beaucoup.
    Giovanni,
    Zen Cart V1.5.8 + templates ZCA Bootstrap Template

  5. #5
    Join Date
    Jun 2007
    Location
    Texas, USA
    Posts
    1,400
    Plugin Contributions
    1

    Default Re: French Language Pack for ZC 1.5.7c

    Hello,

    This package has one issue that I have found so far.... the instruction say to "set "Directory:" to "French" this is incorrect.... it should be set to "french" to work correctly.

    Thank you!

    Shrimp

  6. #6
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,566
    Plugin Contributions
    30

    Default Re: French Language Pack for ZC 1.5.7c

    Since any language pack is by far the biggest "plugin" of 500+ files, and with language being what it is, you (and hopefully others) will be continually tweaking it. for mistakes and improvements. So a static fileset in the plugins is really not suitable.

    For ZC58 there wil be a change in this process, but for now I recommend you set it up on GitHub where everyone can easily suggest and make changes easily.
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  7. #7
    Join Date
    Mar 2008
    Location
    Belgium
    Posts
    115
    Plugin Contributions
    6

    Default Re: French Language Pack for ZC 1.5.7c

    Quote Originally Posted by torvista View Post
    Since any language pack is by far the biggest "plugin" of 500+ files, and with language being what it is, you (and hopefully others) will be continually tweaking it. for mistakes and improvements. So a static fileset in the plugins is really not suitable.

    For ZC58 there wil be a change in this process, but for now I recommend you set it up on GitHub where everyone can easily suggest and make changes easily.
    I never really worked with GitHub, but it should be all there now. Other plugins will follow shortly.

    French-Language-Pack-Zen-Cart-v1.5.7c on github.com

  8. #8
    Join Date
    Mar 2008
    Location
    Belgium
    Posts
    115
    Plugin Contributions
    6

    Default Re: French Language Pack for ZC 1.5.7c

    Two issues with automatic generated date display:

    Storefront:

    /includes/languages/french.php
    on line #18: make sure to put fr_FR.utf8 first.
    on line #19: replace 'fr_FR' with $locales

    PHP Code:
     $locales = ['fr_FR.utf8''fr_FR''fr''French'];
       @
    setlocale(LC_TIME$locales); 
    This will fix on the storefront things like:
    Ce produit a été ajouté à notre catalogue le samedi 4 d�cembre 2021.
    into
    Ce produit a été ajouté à notre catalogue le samedi 4 décembre 2021.

    Admin side:

    /YOUR_ADMIN/includes/languages/french.php
    on line #22: make sure to put fr_FR.utf8 first.
    on line #23: make sure $locales is used.

    PHP Code:
     $locales = ['fr_FR.utf8''fr_FR''fr''French'];
       @
    setlocale(LC_TIME$locales); 
    This will fix:
    Admin top menu bar next to language choice from samedi 4 d�c. 2021 into samedi 4 déc. 2021.
    Invoice, packing slip from:
    Date de commande : samedi 04 dé�embre, 2021
    to
    Date de commande : samedi 04 décembre, 2021

  9. #9
    Join Date
    Mar 2008
    Location
    Belgium
    Posts
    115
    Plugin Contributions
    6

    Default Re: French Language Pack for ZC 1.5.7c

    Small correction:

    Admin side french.php

    PHP Code:
    $locales = array('fr_FR.utf8''fr_FR''fr''French');
    @
    setlocale(LC_TIME$locales); 

 

 

Similar Threads

  1. v156 French language pack (1.56 or 1.57)
    By smokinjo in forum Addon Language Packs
    Replies: 8
    Last Post: 27 Jun 2020, 09:06 PM
  2. v150 French Language pack
    By mijikin in forum Addon Language Packs
    Replies: 18
    Last Post: 26 Dec 2014, 02:31 AM
  3. Language Pack (French)
    By topkalouis in forum General Questions
    Replies: 0
    Last Post: 20 May 2010, 11:29 AM
  4. French Language Pack
    By scottmcclean in forum Addon Language Packs
    Replies: 0
    Last Post: 23 Mar 2009, 06:27 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR