1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Updated translations with latest Crowdin changes (#5659)

This commit is contained in:
Dan Brown
2025-07-07 14:35:19 +01:00
committed by GitHub
parent c934b9319f
commit 2be892be70
26 changed files with 2200 additions and 400 deletions

12
lang/ne/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; अघिल्लो',
'next' => 'अर्को &raquo;',
];