Skip to content

Commit

Permalink
i18n: add missing ru translation (ElemeFE#13658)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Ryabokon authored and ziyoung committed Dec 5, 2018
1 parent 911ca68 commit fb4ee26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/locale/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
month10: 'October',
month11: 'November',
month12: 'December',
// week: 'week',
week: 'week',
weeks: {
sun: 'Sun',
mon: 'Mon',
Expand Down
2 changes: 1 addition & 1 deletion src/locale/lang/ru-RU.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
month10: 'Октябрь',
month11: 'Ноябрь',
month12: 'Декабрь',
// week: 'week',
week: 'неделя',
weeks: {
sun: 'Вс',
mon: 'Пн',
Expand Down
2 changes: 1 addition & 1 deletion src/locale/lang/ua.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
month10: 'Жовтень',
month11: 'Листопад',
month12: 'Грудень',
// week: 'week',
week: 'тиждень',
weeks: {
sun: 'Нд',
mon: 'Пн',
Expand Down

0 comments on commit fb4ee26

Please sign in to comment.