diff --git a/addons/default/visiosoft/location-module/resources/lang/tr/setting.php b/addons/default/visiosoft/location-module/resources/lang/tr/setting.php index 6de81f2c1..bdc74a511 100644 --- a/addons/default/visiosoft/location-module/resources/lang/tr/setting.php +++ b/addons/default/visiosoft/location-module/resources/lang/tr/setting.php @@ -1,5 +1,19 @@ [ + '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', + ], +];