Skip to content

Commit

Permalink
Local: fix week translations for hr locale (#21040)
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1707 committed Jun 2, 2021
1 parent df6965f commit e1e65b3
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 e1e65b3

Please sign in to comment.