Skip to content

Commit

Permalink
Datepicker: Fixed Slovak locale. Fixes #7254 - Datepicker: Incorrect …
Browse files Browse the repository at this point in the history
…day name for Slovak localization.
  • Loading branch information
Lopo authored and scottgonzalez committed Apr 15, 2011
1 parent 3af0923 commit 59c787f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/i18n/jquery.ui.datepicker-sk.js
Expand Up @@ -10,7 +10,7 @@ jQuery(function($){
'Júl','August','September','Október','November','December'],
monthNamesShort: ['Jan','Feb','Mar','Apr','Máj','Jún',
'Júl','Aug','Sep','Okt','Nov','Dec'],
dayNames: ['Nedel\'a','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'],
dayNames: ['Nedeľa','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'],
dayNamesShort: ['Ned','Pon','Uto','Str','Štv','Pia','Sob'],
dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'],
weekHeader: 'Ty',
Expand Down

0 comments on commit 59c787f

Please sign in to comment.