1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-01 00:22:37 +01:00
BookStack/resources/lang/de_informal/pagination.php

9 lines
152 B
PHP
Raw Normal View History

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