From b4ab656f70baf5bce6bd4b28a023412cee947f14 Mon Sep 17 00:00:00 2001 From: j1t Date: Tue, 22 May 2018 06:55:30 +0000 Subject: [PATCH] Update pagination.php --- resources/lang/he/pagination.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/resources/lang/he/pagination.php b/resources/lang/he/pagination.php index fbcdf5faa..82eb0d2af 100644 --- a/resources/lang/he/pagination.php +++ b/resources/lang/he/pagination.php @@ -2,6 +2,17 @@ return [ + /* + |-------------------------------------------------------------------------- + | Pagination Language Lines + |-------------------------------------------------------------------------- + | + | The following language lines are used by the paginator library to build + | the simple pagination links. You are free to change them to anything + | you want to customize your views to better match your application. + | + */ + 'previous' => '« הקודם', 'next' => 'הבא »',