mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations setting.php (Turkish)
This commit is contained in:
parent
62bae844b4
commit
16bb0539d8
@ -1,5 +1,19 @@
|
||||
<?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