New translations stream.php (German)

This commit is contained in:
Fatih Alp 2020-03-30 17:28:52 +03:00
parent e387175d9f
commit 71a7460f46

View File

@ -1,13 +1,10 @@
<?php
return[
"profile" => [
"name" =>"Profil",
],
"adress" => [
"name" =>"Anschrift",
],
];
return [
'profile' => [
'name' => 'Profil',
],
'adress' => [
'name' => 'Anschrift',
],
];