Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6daebcb

Browse files
committed
minor #21091 Polish translation improvement in Validator component (szepczynski)
This PR was squashed before being merged into the 2.7 branch (closes #21091). Discussion ---------- Polish translation improvement in Validator component | Q | A | ------------- | --- | Branch? | 2.7 <!--see comment below--> | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | no | License | MIT <!-- - 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. - Please fill in this template according to the PR you're about to submit. - Replace this comment by a description of what your PR is solving. --> Commits ------- 7a603df Polish translation improvement in Validator component
2 parents f1f5bff + 7a603df commit 6daebcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
</trans-unit>
3737
<trans-unit id="9">
3838
<source>This field was not expected.</source>
39-
<target>To pole nie spodziewano.</target>
39+
<target>Tego pola się nie spodziewano.</target>
4040
</trans-unit>
4141
<trans-unit id="10">
4242
<source>This field is missing.</source>
43-
<target>To pole jest chybianie.</target>
43+
<target>Tego pola brakuje.</target>
4444
</trans-unit>
4545
<trans-unit id="11">
4646
<source>This value is not a valid date.</source>

0 commit comments

Comments
 (0)