We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9a8c4 commit c7ff0ccCopy full SHA for c7ff0cc
localization/jquery-ui-timepicker-ca.js
@@ -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