New translations setting.php (French)

This commit is contained in:
Fatih Alp 2020-01-10 17:05:38 +03:00
parent b680816bdd
commit 4c634b10ea

View File

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