Aggiornato Composer
This commit is contained in:
11
vendor/nesbot/carbon/src/Carbon/Lang/it.php
vendored
11
vendor/nesbot/carbon/src/Carbon/Lang/it.php
vendored
@@ -55,7 +55,7 @@ return [
|
||||
'µs' => ':countµs',
|
||||
'ago' => ':time fa',
|
||||
'from_now' => function ($time) {
|
||||
return (preg_match('/^[0-9].+$/', $time) ? 'tra' : 'in')." $time";
|
||||
return (preg_match('/^\d.+$/', $time) ? 'tra' : 'in')." $time";
|
||||
},
|
||||
'after' => ':time dopo',
|
||||
'before' => ':time prima',
|
||||
@@ -103,4 +103,13 @@ return [
|
||||
'first_day_of_week' => 1,
|
||||
'day_of_first_week_of_year' => 4,
|
||||
'list' => [', ', ' e '],
|
||||
'ordinal_words' => [
|
||||
'of' => 'di',
|
||||
'first' => 'primo',
|
||||
'second' => 'secondo',
|
||||
'third' => 'terzo',
|
||||
'fourth' => 'quarto',
|
||||
'fifth' => 'quinto',
|
||||
'last' => 'ultimo',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user