Skip to content

Commit a1e2901

Browse files
authored
Update validation.php
1 parent 9252b68 commit a1e2901

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

resources/lang/fa/validation.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
return [
4+
45
/*
56
|--------------------------------------------------------------------------
67
| Validation Language Lines
@@ -11,7 +12,8 @@
1112
| as the size rules. Feel free to tweak each of these messages here.
1213
|
1314
*/
14-
15+
1516
'attached' => 'این :attribute در حال حاضر پیوست شده است.',
1617
'relatable' => 'این :attribute ممکن است با این منبع مرتبط نباشد.',
17-
];
18+
19+
];

0 commit comments

Comments
 (0)