Skip to content

Commit 111d781

Browse files
committed
New translations pagination.php (Thai)
1 parent 1a064ed commit 111d781

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

lang/th/pagination.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
/**
3+
* Pagination Language Lines
4+
* The following language lines are used by the paginator library to build
5+
* the simple pagination links.
6+
*/
7+
return [
8+
9+
'previous' => '&laquo; Previous',
10+
'next' => 'Next &raquo;',
11+
12+
];

0 commit comments

Comments
 (0)