1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

de_informal - remove comments from unused lines

This commit is contained in:
ezzra
2018-12-12 10:37:24 +01:00
parent a2acd063f3
commit f943f0d401
9 changed files with 0 additions and 120 deletions

View 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);