Results 1 to 2 of 2

Thread: Front end language output

  1. #1
    User
    Join Date
    08-04-09.
    Posts
    230

    Default Front end language output

    The gallery does not come with a Dutch translation. But this is not really necessary for me I thought.

    I want to add a Read more link to my gallery list.
    so I added:
    Code:
    <?php echo ($this->more) ? $this->more: $this->more; ?>
    to gallery_short.tpl

    This gives a link read more, which works properly. Only it does not translate it into Dutch. In the frontend language file 'more' is translated to 'Lees meer'

    I wonder why it does not work in the gallery_short.tpl file...

  2. #2
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Front end language output

    The More link is taken from the TL global language string for More... but I believe that you may have to install the TL Dutch translation, because that variable is in the default TL strings, not inside the gallery language files. The person also has to go in with a dutch language to see this, otherwise your en language fallback string will be used.

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
  •