mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations section.php (Arabic)
This commit is contained in:
parent
aed478ee1a
commit
b5b5b6ef3c
@ -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' => 'قرية',
|
||||
],
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user