From e0a5ad2823df654d7a68c87ffb4e5d26cd93da22 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 23 Sep 2020 18:41:39 +0300 Subject: [PATCH] New translations setting.php (French) --- .../visiosoft/location-module/resources/lang/fr/setting.php | 4 ++++ 1 file changed, 4 insertions(+) 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 24e602401..6f3097d01 100644 --- a/addons/default/visiosoft/location-module/resources/lang/fr/setting.php +++ b/addons/default/visiosoft/location-module/resources/lang/fr/setting.php @@ -40,4 +40,8 @@ return [ 'map_coordinates_lat' => [ 'name' => 'Lat par défaut', ], + + 'hide_location_filter' => [ + 'name' => 'Masquer le filtre de localisation', + ], ];