From 4ff52e4b74d2fe0cb227f9a333a4d88bd6878ae0 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 23 Sep 2020 18:52:10 +0300 Subject: [PATCH] New translations setting.php (Portuguese) --- .../visiosoft/location-module/resources/lang/pt/setting.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/default/visiosoft/location-module/resources/lang/pt/setting.php b/addons/default/visiosoft/location-module/resources/lang/pt/setting.php index 58862c2fd..dedbb290e 100644 --- a/addons/default/visiosoft/location-module/resources/lang/pt/setting.php +++ b/addons/default/visiosoft/location-module/resources/lang/pt/setting.php @@ -40,4 +40,8 @@ return [ 'map_coordinates_lat' => [ 'name' => 'Lat padrão', ], + + 'hide_location_filter' => [ + 'name' => 'Ocultar filtro de localização', + ], ];