]> BookStack Code Mirror - bookstack/commitdiff
New translations pagination.php (Nepali)
authorDan Brown <redacted>
Wed, 25 Jun 2025 17:56:27 +0000 (18:56 +0100)
committerDan Brown <redacted>
Wed, 25 Jun 2025 17:56:27 +0000 (18:56 +0100)
lang/ne/pagination.php [new file with mode: 0644]

diff --git a/lang/ne/pagination.php b/lang/ne/pagination.php
new file mode 100644 (file)
index 0000000..85bd12f
--- /dev/null
@@ -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;',
+
+];