]> BookStack Code Mirror - bookstack/blob - resources/lang/de_informal/pagination.php
de_informal - remove comments from unused lines
[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 return array_replace($de_formal, $de_informal);