Skip to content

Commit

Permalink
Merge pull request #3110 from c-Rolland/issues-3109
Browse files Browse the repository at this point in the history
Fix month abbreviations for fr_BE/fr_LU
  • Loading branch information
kylekatarnls authored Nov 19, 2024
2 parents 5490e2a + dcc568c commit 901a698
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions src/Carbon/Lang/fr_BE.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@
* Authors:
* - RAP [email protected]
*/
return array_replace_recursive(require __DIR__.'/fr.php', [
'months_short' => ['jan', 'fév', 'mar', 'avr', 'mai', 'jun', 'jui', 'aoû', 'sep', 'oct', 'nov', 'déc'],
]);
return require __DIR__.'/fr.php';
1 change: 0 additions & 1 deletion src/Carbon/Lang/fr_LU.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
'formats' => [
'L' => 'DD.MM.YYYY',
],
'months_short' => ['jan', 'fév', 'mar', 'avr', 'mai', 'jun', 'jui', 'aoû', 'sep', 'oct', 'nov', 'déc'],
]);

0 comments on commit 901a698

Please sign in to comment.