New translations setting.php (Turkish)

This commit is contained in:
Fatih Alp 2020-01-10 17:19:19 +03:00
parent 62bae844b4
commit 16bb0539d8

View File

@ -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',
],
];