diff --git a/src/Humanizer.Tests.Shared/Localisation/hr/DateHumanizeTests.cs b/src/Humanizer.Tests.Shared/Localisation/hr/DateHumanizeTests.cs
index d07e3c2d5..75f4c2c53 100644
--- a/src/Humanizer.Tests.Shared/Localisation/hr/DateHumanizeTests.cs
+++ b/src/Humanizer.Tests.Shared/Localisation/hr/DateHumanizeTests.cs
@@ -52,8 +52,13 @@ public void MonthsFromNow(int months, string expected)
}
[Theory]
+ [InlineData(-24, "prije 24 dana")]
+ [InlineData(-22, "prije 22 dana")]
[InlineData(-10, "prije 10 dana")]
[InlineData(-5, "prije 5 dana")]
+ [InlineData(-4, "prije 4 dana")]
+ [InlineData(-3, "prije 3 dana")]
+ [InlineData(-2, "prije 2 dana")]
[InlineData(-1, "jučer")]
public void DaysAgo(int days, string expected)
{
diff --git a/src/Humanizer/Properties/Resources.hr.resx b/src/Humanizer/Properties/Resources.hr.resx
index 0c9ff334c..3b4622673 100644
--- a/src/Humanizer/Properties/Resources.hr.resx
+++ b/src/Humanizer/Properties/Resources.hr.resx
@@ -297,4 +297,7 @@
1 godina
+
+ prije {0} dana
+
\ No newline at end of file