Skip to content

Conversation

mhk1014
Copy link

@mhk1014 mhk1014 commented May 22, 2020

/**

;(function($){
$.fn.calendar.dates['ko'] = {
days: ["일", "월", "화", "수", "목", "금", "토"],
daysShort: ["일", "월", "화", "수", "목", "금", "토"],
daysMin: ["일", "월", "화", "수", "목", "금", "토"],
months: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],
monthsShort: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],
weekShort: 'T',
weekStart: 1
};
}(jQuery));

Paul-DS and others added 30 commits June 20, 2020 12:13
…thsdisplayed

Allow usage of the calendar for specific periods
Fix the format of the Korean translation file
Create bootstrap-year-calendar.ko.js
Create and Update js-year-calendar.ms_MY.js
avoiding undesired falsy case in weekStart option check
fix: only publish required files to npm
adding box-sizing: border-box to context menu item
Use flexbox to layout months
Add Romanaian translation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants