appreciate help from someone who knows how to change the language of the countdown
Template: fest
link: http://www.lagrotta.es/web
thanks
// get the texts translations (if available)
var dtext = this.element.get('data-daystext') || "days";
var htext = this.element.get('data-hourstext') || "hours";
var mtext = this.element.get('data-mintext') || "min.";
var stext = this.element.get('data-sectext') || "sec.";
<div class="gk-jscounter gk-scale-up" data-dateend="21-06-2013" data-timeend="19:42" data-timezone="+2" data-start="{opacity:0}" data-end="{opacity:1}" data-delay="900" data-time="500">Counting finished!</div>
<div class="gk-jscounter gk-scale-up" data-dateend="21-06-2013" data-timeend="19:42" data-timezone="+2" data-start="{opacity:0}" data-end="{opacity:1}" data-delay="900" data-time="500" data-daystext="days" data-hourstext="hours" data-mintext="min." data-sectext="sec.">Counting finished!</div>