Skip to content

Commit

Permalink
Fixed another broken plural form
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Jun 13, 2016
1 parent 70edfd8 commit 8e89edd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<plurals name="reservations_number">
<item quantity="one">%d rezerwacja</item>
<item quantity="few">%d rezerwacje</item>
<item quantity="other">%d rezerwacji</item>
<item quantity="many">%d rezerwacji</item>
</plurals>
<string name="reserved_at_date">rez. na %s</string>
<string name="link">Link</string>
Expand Down

0 comments on commit 8e89edd

Please sign in to comment.