New translations stream.php (German)

This commit is contained in:
Fatih Alp 2020-03-30 17:28:33 +03:00
parent 082b130be3
commit bcaeff3531

View File

@ -1,9 +1,7 @@
<?php <?php
return[ return [
"village" => [ 'village' => [
"name" =>"Dorf", 'name' => 'Dorf',
],
], ];
];