Skip to content

Commit

Permalink
Update hr.js
Browse files Browse the repository at this point in the history
Fixing Croatian translations of relativeTime
  • Loading branch information
tomastan committed Sep 10, 2024
1 parent ddcc981 commit 326afb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/locale/hr.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ const locale = {
m: 'minuta',
mm: '%d minuta',
h: 'sat',
hh: '%d sati',
hh: '%d sata',
d: 'dan',
dd: '%d dana',
M: 'mjesec',
MM: '%d mjeseci',
MM: '%d mjeseca',
y: 'godina',
yy: '%d godine'
},
Expand Down

0 comments on commit 326afb2

Please sign in to comment.