BookStack/resources/lang/de_informal/activities.php

9 lines
156 B
PHP
Raw Normal View History

2018-12-11 18:39:16 +00:00
<?php
$de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__));
$de_informal = [
];
return array_replace($de_formal, $de_informal);