Skip to content

Commit

Permalink
minor #28828 [Validator] Add a missing Polish translation (jakzal)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes #28828).

Discussion
----------

[Validator] Add a missing Polish translation

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

<!--
Write a short README entry for your feature/bugfix here (replace this comment block.)
This will help people understand your PR and can be used as a start of the Doc PR.
Additionally:
 - Bug fixes must be submitted against the lowest branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too).
 - Features and deprecations must be submitted against the master branch.
-->

Commits
-------

c1314b3 [Validator] Add a missing Polish translation
  • Loading branch information
fabpot committed Oct 12, 2018
2 parents 156b412 + c1314b3 commit 1a1a026
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,10 @@
<source>This is not a valid UUID.</source>
<target>To nie jest poprawne UUID.</target>
</trans-unit>
<trans-unit id="84">
<source>This value should be a multiple of {{ compared_value }}.</source>
<target>Ta wartość powinna być wielokrotnością {{ compared_value }}.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 1a1a026

Please sign in to comment.