Skip to content

Commit

Permalink
minor #721 [Validators PL translation] Fixing declension. (piotrgradz…
Browse files Browse the repository at this point in the history
…inski)

This PR was merged into the master branch.

Discussion
----------

[Validators PL translation] Fixing declension.

Small fix on PL validators translation to support message declension.

Done in the same way as it was done in CS validators translation.

P.S. I've closed previous PR because I've used wrong account. Sorry for the problem.

Commits
-------

41692d2 [Validators PL translation] Fixing declension.
  • Loading branch information
javiereguiluz committed Dec 5, 2017
2 parents 25f82db + 41692d2 commit bb018a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions translations/validators.pl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
</trans-unit>
<trans-unit id="post.too_short_content">
<source>post.too_short_content</source>
<target>Treść artykułu jest za krótka (minimum: {{ limit }} znaków)</target>
<target>Treść artykułu jest za krótka (minimum: {{ limit }} znak)|Treść artykułu jest za krótka (minimum: {{ limit }} znaki)|Treść artykułu jest za krótka (minimum: {{ limit }} znaków)</target>
</trans-unit>
<trans-unit id="comment.blank">
<source>comment.blank</source>
<target>Pole komentarza nie może być puste!</target>
</trans-unit>
<trans-unit id="comment.too_short">
<source>comment.too_short</source>
<target>Twój komentarz jest za krótki (minimum: {{ limit }} znaków)</target>
<target>Twój komentarz jest za krótki (minimum: {{ limit }} znak)|Twój komentarz jest za krótki (minimum: {{ limit }} znaki)|Twój komentarz jest za krótki (minimum: {{ limit }} znaków)</target>
</trans-unit>
<trans-unit id="comment.too_long">
<source>comment.too_long</source>
<target>Twój komentarz jest za długi (maksimum: {{ limit }} znaków)</target>
<target>Twój komentarz jest za długi (maksimum: {{ limit }} znak)|Twój komentarz jest za długi (maksimum: {{ limit }} znaki)|Twój komentarz jest za długi (maksimum: {{ limit }} znaków)</target>
</trans-unit>
<trans-unit id="comment.is_spam">
<source>comment.is_spam</source>
Expand Down

0 comments on commit bb018a9

Please sign in to comment.