Skip to content

Commit

Permalink
Datepicker: fixed typo in russian localization. Fixed #6100 – Datepic…
Browse files Browse the repository at this point in the history
…ker: Incorrect weekHeader for Russian localization
  • Loading branch information
m157y authored and scottgonzalez committed Oct 6, 2010
1 parent 302728b commit 7da6624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/i18n/jquery.ui.datepicker-ru.js
Expand Up @@ -13,7 +13,7 @@ jQuery(function($){
dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'],
dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'],
dayNamesMin: ['Вс','Пн','Вт','Ср','Чт','Пт','Сб'],
weekHeader: 'Не',
weekHeader: 'Нед',
dateFormat: 'dd.mm.yy',
firstDay: 1,
isRTL: false,
Expand Down

0 comments on commit 7da6624

Please sign in to comment.