Skip to content

Commit

Permalink
fix: fix ru_RU locale for DatePicker (#47768)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Teterin <ateterin@naumen.ru>
  • Loading branch information
AlexeyTeterin and Alexey Teterin committed Mar 7, 2024
1 parent c2938c1 commit 3843ac5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion components/date-picker/locale/ru_RU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const locale: PickerLocale = {
rangeYearPlaceholder: ['Начальный год', 'Год окончания'],
rangeMonthPlaceholder: ['Начальный месяц', 'Конечный месяц'],
rangeWeekPlaceholder: ['Начальная неделя', 'Конечная неделя'],
shortWeekDays: ['Вскр', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сбб'],
shortWeekDays: ['Вс', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб'],
shortMonths: ['Янв', 'Фев', 'Мар', 'Апр', 'Май', 'Июн', 'Июл', 'Авг', 'Сен', 'Окт', 'Ноя', 'Дек'],
...CalendarLocale,
},
Expand Down
16 changes: 8 additions & 8 deletions components/locale/__tests__/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -281920,10 +281920,10 @@ exports[`Locale Provider should display the text as ru 1`] = `
Пт
</th>
<th>
Сбб
Сб
</th>
<th>
Вскр
Вс
</th>
</tr>
</thead>
Expand Down Expand Up @@ -284141,10 +284141,10 @@ exports[`Locale Provider should display the text as ru 1`] = `
Пт
</th>
<th>
Сбб
Сб
</th>
<th>
Вскр
Вс
</th>
</tr>
</thead>
Expand Down Expand Up @@ -284677,10 +284677,10 @@ exports[`Locale Provider should display the text as ru 1`] = `
Пт
</th>
<th>
Сбб
Сб
</th>
<th>
Вскр
Вс
</th>
</tr>
</thead>
Expand Down Expand Up @@ -285826,10 +285826,10 @@ exports[`Locale Provider should display the text as ru 1`] = `
Пт
</th>
<th>
Сбб
Сб
</th>
<th>
Вскр
Вс
</th>
</tr>
</thead>
Expand Down

0 comments on commit 3843ac5

Please sign in to comment.