Aggiornato Composer

This commit is contained in:
Paolo A
2024-05-17 12:24:19 +00:00
parent 4ac62108b5
commit ec201d75b2
2238 changed files with 38684 additions and 59785 deletions

View File

@@ -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',
],
];