Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

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 CarterLi committed Nov 19, 2021
1 parent 39a4721 commit 7d4e2b1
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 7d4e2b1

Please sign in to comment.