8000 minor #24353 [Validator] minor translation text fix (darnel) · symfony/symfony@e4d9bfd · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e4d9bfd

Browse files
committed
minor #24353 [Validator] minor translation text fix (darnel)
This PR was merged into the 2.7 branch. Discussion ---------- [Validator] minor translation text fix Update validators.cs.xlf - Fix czech translation for "This field was not expected" | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | n/a | Fixed tickets | none | License | none | Doc PR | none This commit fixes grammatical issue for czech translation only. Commits ------- fbe7148 Fix translation for "This field was not expected"
2 parents d178a9b + fbe7148 commit e4d9bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</trans-unit>
3737
<trans-unit id="9">
3838
<source>This field was not expected.</source>
39-
<target>Toto pole nebyla očekávána.</target>
39+
<target>Toto pole nebylo očekáváno.</target>
4040
</trans-unit>
4141
<trans-unit id="10">
4242
<source>This field is missing.</source>

0 commit comments

Comments
 (0)
0