Skip to content

Commit cc2b4dd

Browse files
Merge pull request trentrichardson#262 from davidbarral/dev
Added Galician translation
2 parents e14e636 + 52d21bd commit cc2b4dd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* Galician translation for the jQuery Timepicker Addon */
2+
/* Written by David Barral */
3+
(function($) {
4+
$.timepicker.regional['gl'] = {
5+
timeOnlyTitle: 'Elixir unha hora',
6+
timeText: 'Hora',
7+
hourText: 'Horas',
8+
minuteText: 'Minutos',
9+
secondText: 'Segundos',
10+
millisecText: 'Milisegundos',
11+
timezoneText: 'Fuso horario',
12+
currentText: 'Agora',
13+
closeText: 'Pechar',
14+
timeFormat: 'hh:mm',
15+
amNames: ['a.m.', 'AM', 'A'],
16+
pmNames: ['p.m.', 'PM', 'P'],
17+
ampm: false
18+
};
19+
$.timepicker.setDefaults($.timepicker.regional['gl']);
20+
})(jQuery);

0 commit comments

Comments
 (0)