Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • robyrom Friend
    #205747

    Iwould like to change tha language of the top right calendar and I changed the name of days and months in language/en-GB/en-GB.ini but nothig has happended. What else have I to do? Thanks

    Pankaj Sharma Moderator
    #567898

    HI
    Please try this tips here to translate the date calender .
    Hope it helps .

    robyrom Friend
    #567932

    If I understand somenthing (I’m not a programmer): I was right changing the file I choose but I don’t understand what does it mean JText::_(date(‘D’));
    Please could you explain me briefly?

    Pankaj Sharma Moderator
    #567978

    HI Please apply the work below
    Go to /templates/JA Teline / tpls/blocks/header.php

    Find this code :


    <div class="col calendar">
    <div class="col-inner">
    <span class="number date"><?php echo date('d') ?></span>
    <div class="text">
    <span class="day"><?php echo date('D') ?></span>, <span class="month"><?php echo date('M') ?></span>
    </div>
    </div>
    </div>

    and change it into


    <div class="col calendar">
    <div class="col-inner">
    <span class="number date"><?php echo date('d') ?></span>
    <div class="text">
    <span class="day"><?php echo JText::_((date ('D')))?></span>, <span class="month"><?php echo JText::_((date ('F'))) ?></span>
    </div>
    </div>
    </div>

    Now go to /language/en-gb/en-GB.ini
    and change the month name For example APRIL to your name
    and same with DAY : MON with your word .

    Hope it helps

    Pankaj Sharma Moderator
    #733084

    HI Please apply the work below
    Go to /templates/JA Teline / tpls/blocks/header.php

    Find this code :


    <div class="col calendar">
    <div class="col-inner">
    <span class="number date"><?php echo date('d') ?></span>
    <div class="text">
    <span class="day"><?php echo date('D') ?></span>, <span class="month"><?php echo date('M') ?></span>
    </div>
    </div>
    </div>

    and change it into


    <div class="col calendar">
    <div class="col-inner">
    <span class="number date"><?php echo date('d') ?></span>
    <div class="text">
    <span class="day"><?php echo JText::_((date ('D')))?></span>, <span class="month"><?php echo JText::_((date ('F'))) ?></span>
    </div>
    </div>
    </div>

    Now go to /language/en-gb/en-GB.ini
    and change the month name For example APRIL to your name
    and same with DAY : MON with your word .

    Hope it helps

    robyrom Friend
    #568025

    Thanks a lot.

    robyrom Friend
    #733131

    Thanks a lot.

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

This topic contains 7 replies, has 2 voices, and was last updated by  robyrom 9 years, 1 month ago.

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