8000 minor #37536 [Form] add german translation of the html5 color validat… · symfony/symfony@f49e8b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit f49e8b5

Browse files
committed
minor #37536 [Form] add german translation of the html5 color validation (ABSAhmad)
This PR was merged into the 3.4 branch. Discussion ---------- [Form] add german translation of the html5 color validation | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | Commits ------- f41c03b add german translation of the html5 color validation
2 parents d0428ba + f41c03b commit f49e8b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<source>The CSRF token is invalid. Please try to resubmit the form.</source>
1515
<target>Der CSRF-Token ist ungültig. Versuchen Sie bitte das Formular erneut zu senden.</target>
1616
</trans-unit>
17+
<trans-unit id="99">
18+
<source>This value is not a valid HTML5 color.</source>
19+
<target>Dieser Wert ist keine gültige HTML5 Farbe.</target>
20+
</trans-unit>
1721
</body>
1822
</file>
1923
</xliff>

0 commit comments

Comments
 (0)
0