Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • abdullah canipek Friend
    #705475

    Hi there,

    I want to change to Turkish countdown module langugage (hour, min, sec).

    I have changed acm-countdown-tmpl-style-1.php file for this codes:

    <div class=”col-sm-6 sch-countdown”>

    <ul class=”countdown”>

    <li>

    <span class=”days”>0</span>

    <p class=”days_ref”>gun</p>

    </li>

    but not exactly work!

    Ninja Lead Moderator
    #705805

    Hi,

    Find the following file: templates/ja_charity/js/down-count/jquery.downCount.js and change with highlighted text below:

    var ref_days = (days === 1) ? 'day' : 'day',
    ref_hours = (hours === 1) ? 'hour' : 'hour',
    ref_minutes = (minutes === 1) ? 'minute' : 'min',
    ref_seconds = (seconds === 1) ? 'second' : 'sec';

    Regards

    Ninja Lead Moderator
    #752117

    Hi,

    Find the following file: templates/ja_charity/js/down-count/jquery.downCount.js and change with highlighted text below:

    var ref_days = (days === 1) ? 'day' : 'day',
    ref_hours = (hours === 1) ? 'hour' : 'hour',
    ref_minutes = (minutes === 1) ? 'minute' : 'min',
    ref_seconds = (seconds === 1) ? 'second' : 'sec';

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 6 months ago.

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