Skip to content

Commit

Permalink
Merge pull request #104 from rasstislav/patch-1
Browse files Browse the repository at this point in the history
Create calendar_sk.js
  • Loading branch information
Aaron Carlino authored Aug 24, 2016
2 parents 5106cc6 + 7a24b3e commit 2eda597
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 2eda597

Please sign in to comment.