From f6441b185325d037964c397def1609ccf83e0a81 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 23 Sep 2020 18:39:00 +0300 Subject: [PATCH] New translations setting.php (German) --- .../visiosoft/location-module/resources/lang/de/setting.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/default/visiosoft/location-module/resources/lang/de/setting.php b/addons/default/visiosoft/location-module/resources/lang/de/setting.php index e9d656624..c07cc85d1 100644 --- a/addons/default/visiosoft/location-module/resources/lang/de/setting.php +++ b/addons/default/visiosoft/location-module/resources/lang/de/setting.php @@ -40,4 +40,8 @@ return [ 'map_coordinates_lat' => [ 'name' => 'Standard Lat', ], + + 'hide_location_filter' => [ + 'name' => 'Standortfilter ausblenden', + ], ];