Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • honzas78 Friend
    #166181

    Hi, could you please help me how can I localize a few things for Czech language (please see attached file)… I am using Joomla 1.5 version and I already instaled Czech language files… all other things was changed but these things not…

    Thanks


    1. screenshot_kom
    khoand Friend
    #400643

    Hi,
    To change “Top”, you add this code into /language/your-language/your-language.ini

    TOP=top1

    khoand Friend
    #400742

    To change date format,

    You replace this code from /templates/ja_minisite/blocks/breadcrums.php

    echo "<span class="day">".date ('D')."</span>";
    echo "<span class="month">".date ('m')."</span>";
    echo "<span class="date">".date ('d')."</span>";

    with


    echo "<span class="day">".JText::_(date ('D'))."</span>";
    echo "<span class="date">".date ('d')."</span>";
    echo "<span class="month">".date ('m')."</span>";

    Find this code from languageyour-languageyour-language.ini


    SAT=Sat
    SUN=Sun
    MON=Mon
    TUE=Tue
    WED=Wed
    THU=Thu
    FRI=Fri

    Change bold texts as you want to.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  khoand 13 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum