This commit is contained in:
2022-12-24 22:10:40 +08:00
parent 84fc1030a7
commit 2a00928da5
4898 changed files with 429855 additions and 77 deletions
+24
View File
@@ -0,0 +1,24 @@
<?php
/**
* This file is part of the Carbon package.
*
* (c) Brian Nesbitt <brian@nesbot.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/*
* Authors:
* - Dieter Sting
* - François B
* - Gaspard Bucher
* - Maxime VALY
* - JD Isaacks
*/
return array_replace_recursive(require __DIR__.'/fr.php', [
'formats' => [
'L' => 'DD.MM.YYYY',
],
]);