We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b191bf + 7292e10 commit 919d988Copy full SHA for 919d988
3 files changed
compiled/flipclock.js
@@ -2478,25 +2478,25 @@ var FlipClock;
2478
2479
}(jQuery));
2480
(function($) {
2481
-
+
2482
/**
2483
* FlipClock Spanish Language Pack
2484
*
2485
* This class will used to translate tokens into the Spanish language.
2486
- *
+ *
2487
*/
2488
2489
FlipClock.Lang.Spanish = {
2490
2491
- 'years' : 'Años',
+ 'years' : 'Años',
2492
'months' : 'Meses',
2493
- 'days' : 'DÍas',
+ 'days' : 'Días',
2494
'hours' : 'Horas',
2495
'minutes' : 'Minutos',
2496
- 'seconds' : 'Segundo'
+ 'seconds' : 'Segundos'
2497
2498
};
2499
2500
/* Create various aliases for convenience */
2501
2502
FlipClock.Lang['es'] = FlipClock.Lang.Spanish;
0 commit comments