Skip to content

Commit 7292e10

Browse files
Fixed the spanish translation
DÍas -> Días (wrong uppercase char) Segundo -> Segundos (singular instead of pluar)
1 parent 39c0246 commit 7292e10

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

compiled/flipclock.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2478,25 +2478,25 @@ var FlipClock;
24782478

24792479
}(jQuery));
24802480
(function($) {
2481-
2481+
24822482
/**
24832483
* FlipClock Spanish Language Pack
24842484
*
24852485
* This class will used to translate tokens into the Spanish language.
2486-
*
2486+
*
24872487
*/
2488-
2488+
24892489
FlipClock.Lang.Spanish = {
2490-
2491-
'years' : 'Años',
2490+
2491+
'years' : 'Años',
24922492
'months' : 'Meses',
2493-
'days' : 'DÍas',
2493+
'days' : 'Días',
24942494
'hours' : 'Horas',
24952495
'minutes' : 'Minutos',
2496-
'seconds' : 'Segundo'
2496+
'seconds' : 'Segundos'
24972497

24982498
};
2499-
2499+
25002500
/* Create various aliases for convenience */
25012501

25022502
FlipClock.Lang['es'] = FlipClock.Lang.Spanish;

0 commit comments

Comments
 (0)