New translations section.php (Italian)

This commit is contained in:
Fatih Alp 2020-05-12 13:13:26 +03:00
parent 29129d5ea7
commit bfaa4edcf7

View File

@ -1,13 +1,11 @@
<?php <?php
return[ return [
"profile" => [ 'profile' => [
"title" =>"Profilo", 'title' => 'Profilo',
],
], 'adress' => [
"adress" => [ 'title' => 'Un vestito',
"title" =>"Un vestito", ],
'general_setting' => 'General Settings',
], ];
];