New translations section.php (Arabic)

This commit is contained in:
Fatih Alp 2020-01-10 17:19:23 +03:00
parent aed478ee1a
commit b5b5b6ef3c

View File

@ -1,25 +1,19 @@
<?php
return[
"countries" => [
"title" =>"بلدان",
],
"cities" => [
"title" =>"مدن",
],
"districts" => [
"title" =>"المناطق",
],
"neighborhoods" => [
"title" =>"أحياء",
],
"village" => [
"title" =>"قرية",
],
];
return [
'countries' => [
'title' => 'بلدان',
],
'cities' => [
'title' => 'مدن',
],
'districts' => [
'title' => 'المناطق',
],
'neighborhoods' => [
'title' => 'أحياء',
],
'village' => [
'title' => 'قرية',
],
];