Skip to content

Commit 985db61

Browse files
committed
added Indonesian localization
1 parent d4b48ea commit 985db61

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)