New translations section.php (French)

This commit is contained in:
Fatih Alp 2020-01-10 17:05:53 +03:00
parent a2bcfb0d5a
commit 573e582bf0

View File

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