Skip to content

Commit 0e3324b

Browse files
committed
Local: fix week translations for hr locale
1 parent df6965f commit 0e3324b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/locale/lang/hr.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ export default {
3535
month12: 'Prosinac',
3636
week: 'tjedan',
3737
weeks: {
38-
sun: 'Pon',
39-
mon: 'Uto',
40-
tue: 'Sri',
41-
wed: 'Čet',
42-
thu: 'Pet',
43-
fri: 'Sub',
44-
sat: 'Ned'
38+
sun: 'Ned',
39+
mon: 'Pon',
40+
tue: 'Uto',
41+
wed: 'Sri',
42+
thu: 'Čet',
43+
fri: 'Pet',
44+
sat: 'Sub'
4545
},
4646
months: {
4747
jan: 'Jan',

0 commit comments

Comments
 (0)