Skip to content

Commit

Permalink
Fix polish translation causing a runtime error
Browse files Browse the repository at this point in the history
Sample manifestation of the bug is described in the followin issue:
firefly-iii/firefly-iii#4845
  • Loading branch information
maszczyn committed Jun 9, 2021
1 parent 93d9db9 commit 7e10b90
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 7e10b90

Please sign in to comment.