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

Aligned norwegian lang with others and used correct locale

This commit is contained in:
Dan Brown
2021-01-02 15:58:23 +00:00
parent a04a800258
commit e53e4f85c7
13 changed files with 3 additions and 5 deletions

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; Forrige',
'next' => 'Neste &raquo;',
];