Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • gmbilisim Friend
    #172849

    I am unable to change the MON, TUE, WED…. ext on the topbar left upper corner. When you hover on the date the day text shows like MON, TUE… I have already changed them from the languages menu like en-EN.ini and for my language tr-TR.ini but that changes nothing even i clicked Jat3 Clean cache many times
    Check screeshot


    1. abc
    jooservices Friend
    #434226

    Hi
    Please provide your site URL & FTP access. I’ll help you check it.

    Thank you

    ps:// you want to remove “MON” or want to translate it ?

    Thank you

    jooservices Friend
    #434262

    Hi
    I got your PM but want to confirm. You want to change these datetime into your language as fixed code. Or translate-able ?

    <blockquote>I need them to be changed like below
    MON to PZT
    TUE to SAL
    WED to ÇRŞ
    THU to PRŞ
    FRI to CUM
    SAT to CMT
    SUN to PAZ</blockquote>

    Thank you

    gmbilisim Friend
    #434263

    fixed code, i am ust using Turkish language in my site
    so
    MON to PZT
    TUE to SAL
    … and goes on like i wrote your pm thanks so much
    i did some changes in language files but it seems like they dont reflect the settings…

    jooservices Friend
    #434265

    Hi
    #. Okay fixed code. I’ll make array of date and apply your
    #. Sorry but you gave me URL
    http://www.muglakenthaber.com/

    But in this site showing year not “date” ????

    gmbilisim Friend
    #434266

    right now the left top show 18.01.2012 but when you hover the year you will see WED as a day, i want to change that

    jooservices Friend
    #434269

    Have done 🙂

    <p class="ja-day clearfix">
    <?php
    setlocale(LC_TIME, 'tr-TR');
    $trA = array("MON"=>"PZT","TUE"=>"SAL","WED"=>"ÇRŞ","THU"=>"PRŞ","FRI"=>"CUM","SAT"=>"CMT","SUN"=>"PAZ" );
    $a = $trA;
    echo "<span class="day">".$a."</span>";
    echo "<span class="date">".strftime('%d')."</span>";
    echo "<span class="month">".strftime('%m')."</span>";
    echo "<span class="year">".strftime('%Y')."</span>";
    ?>
    </p>

    Please note ! this’s fixed code not translate-able

    gmbilisim Friend
    #434270

    i got it… thanks so much for your helps

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

This topic contains 8 replies, has 2 voices, and was last updated by  gmbilisim 12 years, 9 months ago.

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