We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095f4d0 commit 7e44aecCopy full SHA for 7e44aec
lang/id/pagination.php
@@ -0,0 +1,17 @@
1
+<?php
2
+
3
+return [
4
+ /*
5
+ |--------------------------------------------------------------------------
6
+ | Pagination Language Lines
7
8
+ |
9
+ | The following language lines are used by the paginator library to build
10
+ | the simple pagination links. You are free to change them to anything
11
+ | you want to customize your views to better match your application.
12
13
+ */
14
15
+ 'previous' => '« Previous',
16
+ 'next' => 'Next »',
17
+];
0 commit comments