Skip to content

Commit 7e44aec

Browse files
committed
New translations pagination.php (Indonesian)
1 parent 095f4d0 commit 7e44aec

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

lang/id/pagination.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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' => '&laquo; Previous',
16+
'next' => 'Next &raquo;',
17+
];

0 commit comments

Comments
 (0)