mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-25 06:52:57 +08: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);
|