From 4c634b10ea793bc97749cb9b397234cd9c5c0e2f Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 10 Jan 2020 17:05:38 +0300 Subject: [PATCH] New translations setting.php (French) --- .../resources/lang/fr/setting.php | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/fr/setting.php b/addons/default/visiosoft/location-module/resources/lang/fr/setting.php index 6de81f2c1..bdc74a511 100644 --- a/addons/default/visiosoft/location-module/resources/lang/fr/setting.php +++ b/addons/default/visiosoft/location-module/resources/lang/fr/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', + ], +];