How can I translate days, hours… from the homepage countdown

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Mon May 13, 2013 5:02 pm
How can I translate days, hours… from the homepage countdown ?


Image
User avatar
Expert Boarder

GK User
Mon May 13, 2013 8:41 pm
In file:
wp-content/themes/Fest/js/gk.scripts.js
aroud line 368 You will find:
Code: Select all
   var dtext = this.element.attr('data-daystext') || "days";
   var htext = this.element.attr('data-hourstext') || "hours";
   var mtext = this.element.attr('data-mintext') || "min.";
   var stext = this.element.attr('data-sectext') || "sec.";


Change those strings at end of each line.
User avatar
Moderator


cron