mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
New translations section.php (Arabic)
This commit is contained in:
parent
aed478ee1a
commit
b5b5b6ef3c
@ -1,25 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return[
|
return [
|
||||||
"countries" => [
|
'countries' => [
|
||||||
"title" =>"بلدان",
|
'title' => 'بلدان',
|
||||||
|
],
|
||||||
],
|
'cities' => [
|
||||||
"cities" => [
|
'title' => 'مدن',
|
||||||
"title" =>"مدن",
|
],
|
||||||
|
'districts' => [
|
||||||
],
|
'title' => 'المناطق',
|
||||||
"districts" => [
|
],
|
||||||
"title" =>"المناطق",
|
'neighborhoods' => [
|
||||||
|
'title' => 'أحياء',
|
||||||
],
|
],
|
||||||
"neighborhoods" => [
|
'village' => [
|
||||||
"title" =>"أحياء",
|
'title' => 'قرية',
|
||||||
|
],
|
||||||
],
|
];
|
||||||
"village" => [
|
|
||||||
"title" =>"قرية",
|
|
||||||
|
|
||||||
],
|
|
||||||
|
|
||||||
];
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user