source: pro-violet-viettel/docs/template/assets/js/date-time/locales/bootstrap-datepicker.id.js @ 400

Last change on this file since 400 was 400, checked in by dungnv, 11 years ago
  • Property svn:mime-type set to text/plain
File size: 609 bytes
Line 
1/**
2 * Bahasa translation for bootstrap-datepicker
3 * Azwar Akbar <azwar.akbar@gmail.com>
4 */
5;(function($){
6        $.fn.datepicker.dates['id'] = {
7                days: ["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu", "Minggu"],
8                daysShort: ["Mgu", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab", "Mgu"],
9                daysMin: ["Mg", "Sn", "Sl", "Ra", "Ka", "Ju", "Sa", "Mg"],
10                months: ["Januari", "Februari", "Maret", "April", "Mei", "Juni", "Juli", "Agustus", "September", "Oktober", "November", "Desember"],
11                monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Ags", "Sep", "Okt", "Nov", "Des"]
12        };
13}(jQuery));
Note: See TracBrowser for help on using the repository browser.