New translations section.php (Russian)

This commit is contained in:
Fatih Alp 2020-02-14 15:06:55 +03:00
parent a322bbdfc3
commit bbdec9dc8f

View File

@ -1,13 +1,11 @@
<?php
return[
"profile" => [
"title" =>"Профиль",
],
"adress" => [
"title" =>"Адрес",
],
];
return [
'profile' => [
'title' => 'Profile',
],
'adress' => [
'title' => 'Adress',
],
'general_setting' => 'General Settings',
];