]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/de_informal/pagination.php
de_informal - remove comments from unused lines
[bookstack] / resources / lang / de_informal / pagination.php
index 0feccda8e4889c3549fbe2f57e8d9c4403f0b34b..efab3e48f90cb8d1adffbcfb0039d38c74b1b4da 100644 (file)
@@ -3,18 +3,6 @@ $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);