New translations pagination.php (Turkmen)

This commit is contained in:
Dan Brown 2024-10-16 18:13:16 +01:00
parent de890ec882
commit 0cb47b0492

12
lang/tk/pagination.php Normal file
View File

@ -0,0 +1,12 @@
<?php
/**
* Pagination Language Lines
* The following language lines are used by the paginator library to build
* the simple pagination links.
*/
return [
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
];