You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments