Skip to content

Commit

Permalink
[4.x] French translations and Translator (#8388)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeauchamps authored Jul 3, 2023
1 parent 7c66c06 commit e29d537
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/lang/fr/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
'ipv4' => 'Doit être une adresse IPv4 valide.',
'ipv6' => 'Doit être une adresse IPv6 valide.',
'json' => 'Doit être une chaîne JSON valide.',
'lowercase' => 'Doit être en minuscules.',
'lt.numeric' => 'Doit être strictement inférieur à :value.',
'lt.file' => 'Doit être strictement inférieur à :value kilo-octets.',
'lt.string' => 'Doit être strictement inférieur à :value caractères.',
Expand Down
3 changes: 2 additions & 1 deletion translator
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ $additionalKeys = [
'date.title',
'entries.title',
'float.title',
'form.title',
'grid.title',
'hidden.title',
'html.title',
'icon.title',
'integer.title',
'link.title',
'list.title',
Expand Down Expand Up @@ -104,7 +106,6 @@ $additionalKeys = [
'users.title',
'video.title',
'yaml.title',
'form.title',
],
];

Expand Down

0 comments on commit e29d537

Please sign in to comment.