Added Indonesian localization by nmutiara
This commit is contained in:
parent
2aa96ed044
commit
d4187fbde9
16
localization/jquery-ui-timepicker-id.js
vendored
Normal file
16
localization/jquery-ui-timepicker-id.js
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
/* Indonesian translation for the jQuery Timepicker Addon */
|
||||||
|
/* Written by Nia */
|
||||||
|
$.timepicker.regional['id'] = {
|
||||||
|
timeOnlyTitle: 'Pilih Waktu',
|
||||||
|
timeText: 'Waktu',
|
||||||
|
hourText: 'Pukul',
|
||||||
|
minuteText: 'Menit',
|
||||||
|
secondText: 'Detik',
|
||||||
|
timezoneText: 'Zona Waktu',
|
||||||
|
currentText: 'Sekarang',
|
||||||
|
closeText: 'OK',
|
||||||
|
timeFormat: 'hh:mm tt',
|
||||||
|
ampm: false
|
||||||
|
};
|
||||||
|
$.timepicker.setDefaults($.timepicker.regional['id']);
|
||||||
|
|
Loading…
Reference in a new issue