]> BookStack Code Mirror - bookstack/blob - resources/lang/de_informal/pagination.php
add german informal language
[bookstack] / resources / lang / de_informal / pagination.php
1 <?php
2 $de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__));
3
4 $de_informal = [
5
6     /*
7     |--------------------------------------------------------------------------
8     | Pagination Language Lines
9     |--------------------------------------------------------------------------
10     |
11     | The following language lines are used by the paginator library to build
12     | the simple pagination links. You are free to change them to anything
13     | you want to customize your views to better match your application.
14     |
15     */
16
17
18 ];
19
20 return array_replace($de_formal, $de_informal);