Skip to content

Commit

Permalink
Merge pull request #2239 from obokaman-com/master
Browse files Browse the repository at this point in the history
Fix use of "anteayer" and "antier" in spanish translations
  • Loading branch information
kylekatarnls committed Nov 27, 2020
2 parents 7826c3a + 55f7108 commit 2183278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Carbon/Lang/es.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
'diff_yesterday_regexp' => 'ayer(?:\\s+a)?(?:\\s+las)?',
'diff_tomorrow' => 'mañana',
'diff_tomorrow_regexp' => 'mañana(?:\\s+a)?(?:\\s+las)?',
'diff_before_yesterday' => 'antier',
'diff_before_yesterday' => 'anteayer',
'diff_after_tomorrow' => 'pasado mañana',
'formats' => [
'LT' => 'H:mm',
Expand Down
1 change: 1 addition & 0 deletions src/Carbon/Lang/es_MX.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* - RAP [email protected]
*/
return array_replace_recursive(require __DIR__.'/es.php', [
'diff_before_yesterday' => 'antier',
'first_day_of_week' => 0,
'day_of_first_week_of_year' => 1,
]);

0 comments on commit 2183278

Please sign in to comment.