8000 minor #57720 [Validator] Add German translation for `WordCount` const… · symfony/symfony@563f881 · GitHub
[go: up one dir, main page]

Skip to content

Commit 563f881

Browse files
committed
minor #57720 [Validator] Add German translation for WordCount constraint (OskarStark)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Validator] Add German translation for `WordCount` constraint | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Needs * #57716 Commits ------- b0eaf91 [Validator] Add German translation for `WordCount` constraint
2 parents c6a2bba + b0eaf91 commit 563f881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
8AAD
Original file line numberDiff line numberDiff line change
@@ -444,11 +444,11 @@
444444
</trans-unit>
445445
<trans-unit id="114">
446446
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447-
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
447+
<target>Dieser Wert ist zu kurz. Er muss aus mindestens einem Wort bestehen.|Dieser Wert ist zu kurz. Er muss mindestens {{ min }} Wörter enthalten.</target>
448448
</trans-unit>
449449
<trans-unit id="115">
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451-
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
451+
<target>Dieser Wert ist zu lang. Er darf maximal aus einem Wort bestehen.|Dieser Wert ist zu lang. Er darf maximal {{ max }} Wörter enthalten.</target>
452452
</trans-unit>
453453
</body>
454454
</file>

0 commit comments

Comments
 (0)
0