aboutsummaryrefslogtreecommitdiffstats
path: root/static/js/locales/bootstrap-datepicker.th.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/locales/bootstrap-datepicker.th.js')
-rwxr-xr-xstatic/js/locales/bootstrap-datepicker.th.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/static/js/locales/bootstrap-datepicker.th.js b/static/js/locales/bootstrap-datepicker.th.js
deleted file mode 100755
index 562b063..0000000
--- a/static/js/locales/bootstrap-datepicker.th.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * Thai translation for bootstrap-datepicker
- * Suchau Jiraprapot <seroz24@gmail.com>
- */
-;(function($){
- $.fn.datepicker.dates['th'] = {
- days: ["อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัส", "ศุกร์", "เสาร์", "อาทิตย์"],
- daysShort: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"],
- daysMin: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"],
- months: ["มกราคม", "กุมภาพันธ์", "มีนาคม", "เมษายน", "พฤษภาคม", "มิถุนายน", "กรกฎาคม", "สิงหาคม", "กันยายน", "ตุลาคม", "พฤศจิกายน", "ธันวาคม"],
- monthsShort: ["ม.ค.", "ก.พ.", "มี.ค.", "เม.ย.", "พ.ค.", "มิ.ย.", "ก.ค.", "ส.ค.", "ก.ย.", "ต.ค.", "พ.ย.", "ธ.ค."],
- today: "วันนี้"
- };
-}(jQuery));