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 #61251 [Validator] Add Japanese translation for Twig template validator (takashiraki)
This PR was squashed before being merged into the 6.4 branch.
Discussion
----------
[Validator] Add Japanese translation for Twig template validator
Fixes#60465
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | Fix#60465
| License | MIT
## Summary
This PR adds the missing Japanese translation for the Twig template validator constraint as requested in issue #60465.
## Files Modified
- `src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf`
## Translation Details
The translation maintains consistency with existing Japanese validator messages by:
- Keeping technical terms like "Twig" in the original form
- Following the natural Japanese expression patterns
## Testing
- [x] XML syntax validation passed
- [x] All existing tests continue to pass
- [x] Translation follows the established style guide
Commits
-------
1f4b356 [Validator] Add Japanese translation for Twig template validator
0 commit comments