Skip to content

Commit

Permalink
Create pagination.php
Browse files Browse the repository at this point in the history
Create for ES language.
  • Loading branch information
kamekun authored May 3, 2018
1 parent 523f664 commit 26d5f66
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions resources/lang/es/pagination
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
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' => '&laquo; Anterior',
'next' => 'Siguiente &raquo;',
];

0 comments on commit 26d5f66

Please sign in to comment.