@@ -311,15 +311,15 @@ class MeTest extends LocalizationTestCase
311
311
312
312
// Carbon::now()->subMonths(1)->diffForHumans(null, false, true)
313
313
// '1mo ago'
314
- 'prije 1 mj . ' ,
314
+ 'prije 1 mes . ' ,
315
315
316
316
// Carbon::now()->subMonths(2)->diffForHumans()
317
317
// '2 months ago'
318
318
'prije 2 mjeseca ' ,
319
319
320
320
// Carbon::now()->subMonths(2)->diffForHumans(null, false, true)
321
321
// '2mos ago'
322
- 'prije 2 mj . ' ,
322
+ 'prije 2 mes . ' ,
323
323
324
324
// Carbon::now()->subYears(1)->diffForHumans()
325
325
// '1 year ago'
@@ -387,19 +387,19 @@ class MeTest extends LocalizationTestCase
387
387
388
388
// Carbon::now()->addYears(2)->addMonths(3)->addDay()->addSecond()->diffForHumans(null, true, true, 4)
389
389
// '2yrs 3mos 1d 1s'
390
- '2 g. 3 mj . 1 d. 1 sek. ' ,
390
+ '2 g. 3 mes . 1 d. 1 sek. ' ,
391
391
392
392
// Carbon::now()->addYears(3)->diffForHumans(null, null, false, 4)
393
393
// '3 years from now'
394
394
'za 3 godine ' ,
395
395
396
396
// Carbon::now()->subMonths(5)->diffForHumans(null, null, true, 4)
397
397
// '5mos ago'
398
- 'prije 5 mj . ' ,
398
+ 'prije 5 mes . ' ,
399
399
400
400
// Carbon::now()->subYears(2)->subMonths(3)->subDay()->subSecond()->diffForHumans(null, null, true, 4)
401
401
// '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. ' ,
403
403
404
404
// Carbon::now()->addWeek()->addHours(10)->diffForHumans(null, true, false, 2)
405
405
// '1 week 10 hours'
0 commit comments