Skip to content

Commit

Permalink
Merge pull request #2033 from mohamedsabil83/locale/arabic
Browse files Browse the repository at this point in the history
[ar] Fixed missing full stop in required_array_keys validation rule
  • Loading branch information
Andrey Helldar authored Feb 7, 2022
2 parents f26d277 + 461e958 commit 7115f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/ar/validation-inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
'prohibits' => 'هذا الحقل يحظر تواجد الحقل :other.',
'regex' => 'الصيغة غير صحيحة.',
'required' => 'هذا الحقل مطلوب.',
'required_array_keys' => 'يجب أن يحتوي هذا الحقل على مدخلات لـ: :values',
'required_array_keys' => 'يجب أن يحتوي هذا الحقل على مدخلات لـ: :values.',
'required_if' => 'هذا الحقل مطلوب في حال ما إذا كان :other يساوي :value.',
'required_unless' => 'هذا الحقل مطلوب في حال ما لم يكن :other يساوي :values.',
'required_with' => 'هذا الحقل مطلوب إذا توفّر :values.',
Expand Down
2 changes: 1 addition & 1 deletion locales/ar/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
'prohibits' => 'الحقل :attribute يحظر تواجد الحقل :other.',
'regex' => 'صيغة حقل :attribute .غير صحيحة.',
'required' => 'حقل :attribute مطلوب.',
'required_array_keys' => 'الحقل :attribute يجب أن يحتوي على مدخلات لـ: :values',
'required_array_keys' => 'الحقل :attribute يجب أن يحتوي على مدخلات لـ: :values.',
'required_if' => 'حقل :attribute مطلوب في حال ما إذا كان :other يساوي :value.',
'required_unless' => 'حقل :attribute مطلوب في حال ما لم يكن :other يساوي :values.',
'required_with' => 'حقل :attribute مطلوب إذا توفّر :values.',
Expand Down

0 comments on commit 7115f9d

Please sign in to comment.