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 d4b48ea commit 985db61Copy full SHA for 985db61
localization/jquery-ui-timepicker-id.js
@@ -0,0 +1,15 @@
1
+/* Indonesian translation for the jQuery Timepicker Addon */
2
+/* Written by Nia */
3
+$.timepicker.regional['id'] = {
4
+ timeOnlyTitle: 'Pilih Waktu',
5
+ timeText: 'Waktu',
6
+ hourText: 'Pukul',
7
+ minuteText: 'Menit',
8
+ secondText: 'Detik',
9
+ timezoneText: 'Zona Waktu',
10
+ currentText: 'Sekarang',
11
+ closeText: 'OK',
12
+ timeFormat: 'hh:mm tt',
13
+ ampm: false
14
+};
15
+$.timepicker.setDefaults($.timepicker.regional['id']);
0 commit comments