mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-25 09:42:10 +08:00
New translations pagination.php (Turkmen)
This commit is contained in:
parent
de890ec882
commit
0cb47b0492
12
lang/tk/pagination.php
Normal file
12
lang/tk/pagination.php
Normal 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' => '« Previous',
|
||||
'next' => 'Next »',
|
||||
|
||||
];
|
Loading…
Reference in New Issue
Block a user