Skip to content

Commit 42ccaf3

Browse files
minor #60476 [Validator] Review "twig template" translation (lyrixx)
This PR was merged into the 6.4 branch. Discussion ---------- [Validator] Review "twig template" translation | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix #60461 | License | MIT I think I would I said: > Cette valeur n'est pas une template Twig valide. But * template may be a bit too technical * people will debate on "une template" / "un template" So the current translation seems better Commits ------- 357e5f8 [Validator] Review "twig template" translation
2 parents 4c45d9c + 357e5f8 commit 42ccaf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@
472472
</trans-unit>
473473
<trans-unit id="121">
474474
<source>This value is not a valid Twig template.</source>
475-
<target state="needs-review-translation">Cette valeur n'est pas un modèle Twig valide.</target>
475+
<target>Cette valeur n'est pas un modèle Twig valide.</target>
476476
</trans-unit>
477477
</body>
478478
</file>

0 commit comments

Comments
 (0)