source: pro-violet-viettel/www/deploy/20150304/assets/js/date-time/locales/bootstrap-datepicker.kr.js @ 794

Last change on this file since 794 was 780, checked in by dungnv, 10 years ago
File size: 637 bytes
Line 
1/**
2 * Korean translation for bootstrap-datepicker
3 * Gu Youn <http://github.com/guyoun>
4 */
5;(function($){
6        $.fn.datepicker.dates['kr'] = {
7                days: ["음요음", "월요음", "화요음", "수요음", "목요음", "ꞈ요음", "토요음", "음요음"],
8                daysShort: ["음", "월", "화", "수", "목", "ꞈ", "토", "음"],
9                daysMin: ["음", "월", "화", "수", "목", "ꞈ", "토", "음"],
10                months: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],
11                monthsShort: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"]
12        };
13}(jQuery));
Note: See TracBrowser for help on using the repository browser.