Skip to content

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 6.4
Bug fix? no
New feature? no
Deprecations? no
Issues -
License MIT

Add translations for messages added to #59042 + a few other missing ones.

@@ -47,7 +47,7 @@ class Range extends Constraint
public $minMessage = 'This value should be {{ limit }} or more.';
public $maxMessage = 'This value should be {{ limit }} or less.';
public $invalidMessage = 'This value should be a valid number.';
public $invalidDateTimeMessage = 'This value should be a valid datetime.';
public $invalidDateTimeMessage = 'This value is not a valid datetime.';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the previous message isn't in any translation file
the new one is

@nicolas-grekas nicolas-grekas merged commit 5db6564 into symfony:6.4 Sep 3, 2025
7 of 11 checks passed
@nicolas-grekas nicolas-grekas deleted the v-tr-sync branch September 3, 2025 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants