Results 1 to 10 of 108

Threaded View

  1. #28
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Zen Cart Button Construction Kit 1.6.5 and up..

    Quote Originally Posted by Sofus View Post
    Hi all.

    How would one go about adding an additional language to the project? I would be willing to supply the content for an Icelandic button set.

    S
    Have a look at the

    /zen_bck/includes/zen_bck_config_cat.php

    & if you want to provide Admin translations as well

    /zen_bck/includes/zen_bck_config_admin.php

    It should appear fairly obvious how to make the translations

    basically just copy another languages definitions

    $btnText['english']['button_cancel'] = 'cancel';

    and then change them to Icelandic

    $btnText['icelandic']['button_cancel'] = 'hætta við';

    The above won't work correctly with php 5.something an above it will generate squares where the non-english characters are

    so you need to use html entities, so the above would become

    $btnText['icelandic']['button_cancel'] = 'hætta við';

    This page has them shown, use the html numbers Not the html names as they don't work

    or just paste it here in icelandic and I'll update it

    When you have the translation send it to me. PM me or paste it here, and i will add it, there are a few other hacks i need to add to other pages to get the new language working correctly


    ----------------------------------------
    hætta við is the google translate for "Cancel", for all i know it means burnt toast
    æ ð - i know the technical term isn't non-english characters, but my brain hasn't woken up yet
    Last edited by nigelt74; 4 Nov 2010 at 09:49 PM.

 

 

Similar Threads

  1. zen button construction kit
    By Marlake in forum Addon Templates
    Replies: 1
    Last Post: 5 Aug 2011, 03:33 PM
  2. zen button construction kit - cannot see the colors
    By Marlake in forum Addon Templates
    Replies: 0
    Last Post: 2 Aug 2011, 02:01 AM
  3. restored a backup and now I am Under Construction.......but not!
    By christinefred in forum General Questions
    Replies: 4
    Last Post: 5 Feb 2011, 09:30 AM
  4. Help promote Zen Cart Book, and Zen Cart.
    By birdoasis in forum General Questions
    Replies: 2
    Last Post: 17 Apr 2007, 01:44 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