Skip to content

Commit

Permalink
fix: fix Ukrainian [uk] locale typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed Dec 27, 2020
1 parent 0e7ff3d commit 1605cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/uk.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const locale = {
weekdaysShort: 'ндл_пнд_втр_срд_чтв_птн_сбт'.split('_'),
weekdaysMin: 'нд_пн_вт_ср_чт_пт_сб'.split('_'),
months,
monthsShort: 'сiч_лют_бер_квiт_трав_черв_лип_серп_вер_жовт_лист_груд'.split('_'),
monthsShort: 'січ_лют_бер_квiт_трав_черв_лип_серп_вер_жовт_лист_груд'.split('_'),
weekStart: 1,
relativeTime: {
future: 'за %s',
Expand Down

0 comments on commit 1605cc0

Please sign in to comment.