Skip to content

Commit 615378c

Browse files
committed
minor #61354 [Validator] (60455) Validate translations for Arabic (ar) (Zouaoui-Montassar)
This PR was merged into the 6.4 branch. Discussion ---------- [Validator] (60455) Validate translations for Arabic (ar) | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #60455 | License | MIT ### Description I have reviewed the arabic translation for the id="121" and confirmed that it is accurate. The <target> text remains unchanged, and the state="needs-review-translation" has been removed. Commits ------- bbd2933 [Validator] (60455) Validate translations for Arabic (ar)
2 parents 83844d8 + bbd2933 commit 615378c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
</trans-unit>
469469
<trans-unit id="121">
470470
<source>This value is not a valid Twig template.</source>
471-
<target state="needs-review-translation">هذه القيمة ليست نموذج Twig صالح.</target>
471+
<target>هذه القيمة ليست نموذج Twig صالح.</target>
472472
</trans-unit>
473473
</body>
474474
</file>

0 commit comments

Comments
 (0)