8000 minor #60488 [Validator] Fix - Missing translations for Turkish (tr) … · symfony/symfony@6d6e62e · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d6e62e

Browse files
minor #60488 [Validator] Fix - Missing translations for Turkish (tr) (koyolgecen)
This PR was merged into the 6.4 branch. Discussion ---------- [Validator] Fix - Missing translations for Turkish (tr) | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #60473 | License | MIT This PR improves the Turkish translation for the validation message: **"This value is not a valid Twig template."** The previous translation was: > Bu değer geçerli bir Twig şablonu değil. It has been updated for clarity and consistency with other translations: > Bu değer geçerli bir Twig şablonu olarak kabul edilmiyor. This aligns better with the tone used in other Turkish validation messages across the Symfony project. Commits ------- 10412b8 Update Turkish translation for Twig template validation message
2 parents 0088138 + 10412b8 commit 6d6e62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.tr.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">Bu değer geçerli bir Twig şablonu değil.</target>
471+
<target>Bu değer geçerli bir Twig şablonu olarak kabul edilmiyor.</target>
472472
</trans-unit>
473473
</body>
474474
</file>

0 commit comments

Comments
 (0)
0