Skip to content

Commit

Permalink
Create calendar_sk.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rasstislav authored Aug 23, 2016
1 parent 5d224dc commit 7a24b3e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions javascript/lang/calendar_sk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(function($) {
$.CalendarWidget.setOptions({
startOnMonday: true,
calDaysLabels: ['Po', 'Ut', 'St', 'Št', 'Pi', 'So', 'Ne'],
calMonthsLabels: ['Január', 'Február', 'Marec', 'Apríl','Máj', 'Jún', 'Júl', 'August', 'September','Október', 'November', 'December']
})
})(jQuery);

0 comments on commit 7a24b3e

Please sign in to comment.