Skip to content

Commit 90d6f5c

Browse files
committed
Correct incorrect French and Italian translations that have changed the meaning of “same” to the opposite
1 parent 882210e commit 90d6f5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lang/fr_FR/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
'required_with_all' => 'Le champ :attribute est obligatoire lorsque :values est présent.',
136136
'required_without' => 'Le champ :attribute est requis lorsque :values n\'est pas présent',
137137
'required_without_all' => 'Le champ :attribute est nécessaire lorsqu\'aucune des valeurs :values n\'est présente.',
138-
'same' => 'Le champ :attribute ne doit pas être identique à :other',
138+
'same' => 'Le champ :attribute doit correspondre à :other.',
139139
'size' => [
140140
'array' => 'Le champ :attribute doit contenir des :size éléments.',
141141
'file' => 'Le champ :attribute doit être :size kilo-octets.',

lang/it_IT/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
'required_with_all' => 'Il campo :attribute è richiesto quando :values sono presenti.',
136136
'required_without' => 'Il campo :attribute è richiesto quando :values non è presente.',
137137
'required_without_all' => 'Il campo :attribute è richiesto quando nessuno dei :values sono presenti.',
138-
'same' => 'Il campo :attribute non deve corrispondere a :other.',
138+
'same' => 'Il campo :attribute deve corrispondere a :other.',
139139
'size' => [
140140
'array' => 'Il campo :attribute deve contenere :size elementi.',
141141
'file' => 'Il campo :attribute deve essere :size kilobyte.',

0 commit comments

Comments
 (0)