]> BookStack Code Mirror - bookstack/blob - resources/lang/de_informal/validation.php
efab3e48f90cb8d1adffbcfb0039d38c74b1b4da
[bookstack] / resources / lang / de_informal / validation.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);