aboutsummaryrefslogtreecommitdiff
path: root/public/js/locales/bootstrap-datepicker.id.js
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-05-09 22:33:07 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-05-09 22:33:07 +0800
commit2eabeba6b76d906664defe4392a7ca2640128712 (patch)
tree9c83ac41f4f58db3eb303f695755f43e51ba0cf2 /public/js/locales/bootstrap-datepicker.id.js
parent045c21de4fc318abcaa80e5aea1f7d6a8ab8ac00 (diff)
finish milestone add page
Diffstat (limited to 'public/js/locales/bootstrap-datepicker.id.js')
-rw-r--r--public/js/locales/bootstrap-datepicker.id.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/js/locales/bootstrap-datepicker.id.js b/public/js/locales/bootstrap-datepicker.id.js
new file mode 100644
index 00000000..aae6e896
--- /dev/null
+++ b/public/js/locales/bootstrap-datepicker.id.js
@@ -0,0 +1,15 @@
+/**
+ * Bahasa translation for bootstrap-datepicker
+ * Azwar Akbar <azwar.akbar@gmail.com>
+ */
+;(function($){
+ $.fn.datepicker.dates['id'] = {
+ days: ["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu", "Minggu"],
+ daysShort: ["Mgu", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab", "Mgu"],
+ 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",
+ clear: "Kosongkan"
+ };
+}(jQuery));