Skip to content

Commit

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

0 comments on commit 0fdac93

Please sign in to comment.