New translations section.php (Russian)

This commit is contained in:
Fatih Alp 2020-03-04 18:36:41 +03:00
parent d96c08160e
commit 5ad0ce9fbf

View File

@ -1,13 +1,11 @@
<?php
return[
"profile" => [
"title" =>"Профиль",
],
"adress" => [
"title" =>"Адрес",
],
];
return [
'profile' => [
'title' => 'Профиль',
],
'adress' => [
'title' => 'Адрес',
],
'general_setting' => 'общие настройки',
];