mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Followed Laravel 9 update steps and file changes
This commit is contained in:
12
lang/lt/pagination.php
Normal file
12
lang/lt/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' => '« Ankstesnis',
|
||||
'next' => 'Kitas »',
|
||||
|
||||
];
|
Reference in New Issue
Block a user