Skip to content

Commit

Permalink
Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepick…
Browse files Browse the repository at this point in the history
…er: Macedonian locale has incorrect date format.
  • Loading branch information
stojce authored and scottgonzalez committed Jan 20, 2012
1 parent c518774 commit b7af203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/i18n/jquery.ui.datepicker-mk.js
Expand Up @@ -14,7 +14,7 @@ jQuery(function($){
dayNamesShort: ['Нед','Пон','Вто','Сре','Чет','Пет','Саб'],
dayNamesMin: ['Не','По','Вт','Ср','Че','Пе','Са'],
weekHeader: 'Сед',
dateFormat: 'dd/mm/yy',
dateFormat: 'dd.mm.yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
Expand Down

0 comments on commit b7af203

Please sign in to comment.