Skip to content

Commit

Permalink
Local: fix week translations for hr locale (ElemeFE#21040)
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1707 authored and cn3lfs committed Feb 24, 2022
1 parent fc628b9 commit 6ebf3e4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/locale/lang/hr.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ export default {
month12: 'Prosinac',
week: 'tjedan',
weeks: {
sun: 'Pon',
mon: 'Uto',
tue: 'Sri',
wed: 'Čet',
thu: 'Pet',
fri: 'Sub',
sat: 'Ned'
sun: 'Ned',
mon: 'Pon',
tue: 'Uto',
wed: 'Sri',
thu: 'Čet',
fri: 'Pet',
sat: 'Sub'
},
months: {
jan: 'Jan',
Expand Down

0 comments on commit 6ebf3e4

Please sign in to comment.