summaryrefslogtreecommitdiffstats
path: root/public/js/locales/bootstrap-datepicker.vi.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/locales/bootstrap-datepicker.vi.js')
-rw-r--r--public/js/locales/bootstrap-datepicker.vi.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/public/js/locales/bootstrap-datepicker.vi.js b/public/js/locales/bootstrap-datepicker.vi.js
deleted file mode 100644
index a8cc52eec3..0000000000
--- a/public/js/locales/bootstrap-datepicker.vi.js
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * Vietnamese translation for bootstrap-datepicker
- * An Vo <https://github.com/anvoz/>
- */
-;(function($){
- $.fn.datepicker.dates['vi'] = {
- days: ["Chủ nhật", "Thứ hai", "Thứ ba", "Thứ tư", "Thứ năm", "Thứ sáu", "Thứ bảy", "Chủ nhật"],
- daysShort: ["CN", "Thứ 2", "Thứ 3", "Thứ 4", "Thứ 5", "Thứ 6", "Thứ 7", "CN"],
- daysMin: ["CN", "T2", "T3", "T4", "T5", "T6", "T7", "CN"],
- months: ["Tháng 1", "Tháng 2", "Tháng 3", "Tháng 4", "Tháng 5", "Tháng 6", "Tháng 7", "Tháng 8", "Tháng 9", "Tháng 10", "Tháng 11", "Tháng 12"],
- monthsShort: ["Th1", "Th2", "Th3", "Th4", "Th5", "Th6", "Th7", "Th8", "Th9", "Th10", "Th11", "Th12"],
- today: "Hôm nay",
- clear: "Xóa",
- format: "dd/mm/yyyy"
- };
-}(jQuery));