mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-01 00:22:37 +01:00
9 lines
152 B
PHP
9 lines
152 B
PHP
|
<?php
|
||
|
$de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__));
|
||
|
|
||
|
$de_informal = [
|
||
|
|
||
|
];
|
||
|
|
||
|
return array_replace($de_formal, $de_informal);
|