mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
add german informal language
This commit is contained in:
20
resources/lang/de_informal/pagination.php
Normal file
20
resources/lang/de_informal/pagination.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
$de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__));
|
||||
|
||||
$de_informal = [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
|
||||
];
|
||||
|
||||
return array_replace($de_formal, $de_informal);
|
Reference in New Issue
Block a user