generated from msb_47094/GinChat
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
772 B
20 lines
772 B
10 months ago
|
/**
|
||
|
* Bahasa translation for bootstrap-datetimepicker
|
||
|
* Azwar Akbar <azwar.akbar@gmail.com>
|
||
|
* Addtional by Yulian Sutopo <yuliansutopo@gmail.com>
|
||
|
*/
|
||
|
;(function($){
|
||
|
$.fn.datetimepicker.dates['id'] = {
|
||
|
days: ["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu", "Minggu"],
|
||
|
daysShort: ["Mng", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab", "Mng"],
|
||
|
daysMin: ["Mg", "Sn", "Sl", "Ra", "Ka", "Ju", "Sa", "Mg"],
|
||
|
months: ["Januari", "Februari", "Maret", "April", "Mei", "Juni", "Juli", "Agustus", "September", "Oktober", "November", "Desember"],
|
||
|
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Ags", "Sep", "Okt", "Nov", "Des"],
|
||
|
today: "Hari Ini",
|
||
|
suffix: [],
|
||
|
meridiem: [],
|
||
|
weekStart: 1,
|
||
|
format: "dd/mm/yyyy hh:ii:ss"
|
||
|
};
|
||
|
}(jQuery));
|