Skip to content

Commit c7ff0cc

Browse files
Added Catalan localization
1 parent 4d9a8c4 commit c7ff0cc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/* Catalan translation for the jQuery Timepicker Addon */
2+
/* Written by Sergi Faber */
3+
(function($) {
4+
$.timepicker.regional['ca'] = {
5+
timeOnlyTitle: 'Escollir una hora',
6+
timeText: 'Hora',
7+
hourText: 'Hores',
8+
minuteText: 'Minuts',
9+
secondText: 'Segons',
10+
timezoneText: 'Fus horari',
11+
currentText: 'Ara',
12+
closeText: 'Tancar',
13+
timeFormat: 'hh:mm',
14+
ampm: false
15+
};
16+
$.timepicker.setDefaults($.timepicker.regional['ca']);
17+
})(jQuery);

0 commit comments

Comments
 (0)