10000 minor #37524 [Form] sync translations from master branch (xabbuh) · Jeroeny/symfony@87e28f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87e28f7

Browse files
minor symfony#37524 [Form] sync translations from master branch (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- [Form] sync translations from master branch | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprec 10000 ations? | no | Tickets | | License | MIT | Doc PR | Commits ------- d962202 sync translations from master branch
2 parents 3a4303d + d962202 commit 87e28f7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/Symfony/Component/Form/Resources/translations/validators.en.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>The CSRF token is invalid. Please try to resubmit the form.</target>
1616
</trans-unit>
17+
<trans-unit id="99">
18+
<source>This value is not a valid HTML5 color.</source>
19+
<target>This value is not a valid HTML5 color.</target>
20+
</trans-unit>
1721
</body>
1822
</file>
1923
</xliff>

src/Symfony/Component/Form/Resources/translations/validators.fr.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>Le jeton CSRF est invalide. Veuillez renvoyer le formulaire.</target>
1616
</trans-unit>
17+
<trans-unit id="99">
18+
<source>This value is not a valid HTML5 color.</source>
19+
<target>Cette valeur n'est pas une couleur HTML5 valide.</target>
20+
</trans-unit>
1721
</body>
1822
</file>
1923
</xliff>

0 commit comments

Comments
 (0)
0