@@ -311,15 +311,15 @@ class MeTest extends LocalizationTestCase
311311
312312 // Carbon::now()->subMonths(1)->diffForHumans(null, false, true)
313313 // '1mo ago'
314- 'prije 1 mj . ' ,
314+ 'prije 1 mes . ' ,
315315
316316 // Carbon::now()->subMonths(2)->diffForHumans()
317317 // '2 months ago'
318318 'prije 2 mjeseca ' ,
319319
320320 // Carbon::now()->subMonths(2)->diffForHumans(null, false, true)
321321 // '2mos ago'
322- 'prije 2 mj . ' ,
322+ 'prije 2 mes . ' ,
323323
324324 // Carbon::now()->subYears(1)->diffForHumans()
325325 // '1 year ago'
@@ -387,19 +387,19 @@ class MeTest extends LocalizationTestCase
387387
388388 // Carbon::now()->addYears(2)->addMonths(3)->addDay()->addSecond()->diffForHumans(null, true, true, 4)
389389 // '2yrs 3mos 1d 1s'
390- '2 g. 3 mj . 1 d. 1 sek. ' ,
390+ '2 g. 3 mes . 1 d. 1 sek. ' ,
391391
392392 // Carbon::now()->addYears(3)->diffForHumans(null, null, false, 4)
393393 // '3 years from now'
394394 'za 3 godine ' ,
395395
396396 // Carbon::now()->subMonths(5)->diffForHumans(null, null, true, 4)
397397 // '5mos ago'
398- 'prije 5 mj . ' ,
398+ 'prije 5 mes . ' ,
399399
400400 // Carbon::now()->subYears(2)->subMonths(3)->subDay()->subSecond()->diffForHumans(null, null, true, 4)
401401 // '2yrs 3mos 1d 1s ago'
402- 'prije 2 g. 3 mj . 1 d. 1 sek. ' ,
402+ 'prije 2 g. 3 mes . 1 d. 1 sek. ' ,
403403
404404 // Carbon::now()->addWeek()->addHours(10)->diffForHumans(null, true, false, 2)
405405 // '1 week 10 hours'
0 commit comments