mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
New translations setting.php (Arabic)
This commit is contained in:
parent
2287ca15e8
commit
bf36efa04d
@ -1,5 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return[
|
return [
|
||||||
|
'home_page_location' => [
|
||||||
];
|
'name' => 'Home Page Location Field',
|
||||||
|
],
|
||||||
|
'list_page_location' => [
|
||||||
|
'name' => 'List Page Location Field',
|
||||||
|
],
|
||||||
|
'detail_page_location' => [
|
||||||
|
'name' => 'Detail Page Location Field',
|
||||||
|
],
|
||||||
|
'show_search_location_btn' => [
|
||||||
|
'name' => 'Show Search Location Button',
|
||||||
|
],
|
||||||
|
'default_country' => [
|
||||||
|
'name' => 'Default Country',
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user