Skip to content

Commit

Permalink
Update hr.js
Browse files Browse the repository at this point in the history
Fix year relative locality
  • Loading branch information
tomastan authored Feb 10, 2025
1 parent 0ca5ad3 commit f61c511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/hr.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const locale = {
dd: '%d dana',
M: 'mjesec',
MM: '%d mjeseca',
y: 'godina',
y: 'godinu',
yy: '%d godine'
},
ordinal: n => `${n}.`
Expand Down

0 comments on commit f61c511

Please sign in to comment.