]> BookStack Code Mirror - bookstack/commitdiff
New translations pagination.php (Nepali)
authorDan Brown <redacted>
Thu, 26 Jun 2025 02:14:10 +0000 (03:14 +0100)
committerDan Brown <redacted>
Thu, 26 Jun 2025 02:14:10 +0000 (03:14 +0100)
lang/ne/pagination.php

index 85bd12fc319557dcc852fdacc07e882583d66be3..3da50cb08d8cf1cd9dfe51121f42a207dde35f4e 100644 (file)
@@ -6,7 +6,7 @@
  */
 return [
 
-    'previous' => '&laquo; Previous',
-    'next'     => 'Next &raquo;',
+    'previous' => '&laquo; अघिल्लो',
+    'next'     => 'अर्को &raquo;',
 
 ];