Skip to content

Commit 7da6624

Browse files
m157yscottgonzalez
authored andcommitted
Datepicker: fixed typo in russian localization. Fixed #6100 – Datepicker: Incorrect weekHeader for Russian localization
1 parent 302728b commit 7da6624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/i18n/jquery.ui.datepicker-ru.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jQuery(function($){
1313
dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'],
1414
dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'],
1515
dayNamesMin: ['Вс','Пн','Вт','Ср','Чт','Пт','Сб'],
16-
weekHeader: 'Не',
16+
weekHeader: 'Нед',
1717
dateFormat: 'dd.mm.yy',
1818
firstDay: 1,
1919
isRTL: false,

0 commit comments

Comments
 (0)