Skip to content

Commit

Permalink
Merge pull request #2349 from maszczyn/fix/pl_translation
Browse files Browse the repository at this point in the history
Fix polish translation causing a runtime error
  • Loading branch information
kylekatarnls authored Jun 9, 2021
2 parents 93d9db9 + 7e10b90 commit a940e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Carbon/Lang/pl.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
return [
'year' => ':count rok|:count lata|:count lat',
'a_year' => 'rok|:count lata|:count lat',
'y' => ':count r|:count l',
'y' => ':count r|:count l|:count l',
'month' => ':count miesiąc|:count miesiące|:count miesięcy',
'a_month' => 'miesiąc|:count miesiące|:count miesięcy',
'm' => ':count mies.',
Expand Down

0 comments on commit a940e55

Please sign in to comment.