Hi @ultbit,
the script I am using is this one: http://keith-wood.name/countdown.html
You can check if your language is translated there by going to the tab “Localisation”. Then scroll down to “Localisations” and click “Show all” to see all the available ones.
You can let me know which one is it so I can include it in the next update. But before the update, you can paste the code they’ve put there inside of Giveaways > Settings > Scripts in the Footer.
My language is Spanish, perfect, all done.
Thanks for support.
-
This reply was modified 7 years, 3 months ago by
probadrian.
Hi @ultbit,
this should be going in the scripts field:
(function($) {
'use strict';
$.countdown.regionalOptions.es = {
labels: ['Años','Meses','Semanas','DÃas','Horas','Minutos','Segundos'],
labels1: ['Año','Mes','Semana','DÃa','Hora','Minuto','Segundo'],
compactLabels: ['a','m','s','d'],
whichLabels: null,
digits: ['0','1','2','3','4','5','6','7','8','9'],
timeSeparator: ':',
isRTL: false
};
$.countdown.setDefaults($.countdown.regionalOptions.es);
})(jQuery);