aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/ui/i18n/ui.datepicker-id.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/development-bundle/ui/i18n/ui.datepicker-id.js')
-rw-r--r--static/development-bundle/ui/i18n/ui.datepicker-id.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/development-bundle/ui/i18n/ui.datepicker-id.js b/static/development-bundle/ui/i18n/ui.datepicker-id.js
new file mode 100644
index 0000000..e5246c8
--- /dev/null
+++ b/static/development-bundle/ui/i18n/ui.datepicker-id.js
@@ -0,0 +1,19 @@
1/* Indonesian initialisation for the jQuery UI date picker plugin. */
2/* Written by Deden Fathurahman (dedenf@gmail.com). */
3jQuery(function($){
4 $.datepicker.regional['id'] = {
5 closeText: 'Tutup',
6 prevText: '<mundur',
7 nextText: 'maju>',
8 currentText: 'hari ini',
9 monthNames: ['Januari','Februari','Maret','April','Mei','Juni',
10 'Juli','Agustus','September','Oktober','Nopember','Desember'],
11 monthNamesShort: ['Jan','Feb','Mar','Apr','Mei','Jun',
12 'Jul','Agus','Sep','Okt','Nop','Des'],
13 dayNames: ['Minggu','Senin','Selasa','Rabu','Kamis','Jumat','Sabtu'],
14 dayNamesShort: ['Min','Sen','Sel','Rab','kam','Jum','Sab'],
15 dayNamesMin: ['Mg','Sn','Sl','Rb','Km','jm','Sb'],
16 dateFormat: 'dd/mm/yy', firstDay: 0,
17 isRTL: false};
18 $.datepicker.setDefaults($.datepicker.regional['id']);
19}); \ No newline at end of file