From 8fb413b2681d5939cf8aaefec3a835adf540798b Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 23 Sep 2020 18:53:32 +0300 Subject: [PATCH] New translations setting.php (Russian) --- .../visiosoft/location-module/resources/lang/ru/setting.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/default/visiosoft/location-module/resources/lang/ru/setting.php b/addons/default/visiosoft/location-module/resources/lang/ru/setting.php index 9118f28f6..99c4ea4a9 100644 --- a/addons/default/visiosoft/location-module/resources/lang/ru/setting.php +++ b/addons/default/visiosoft/location-module/resources/lang/ru/setting.php @@ -40,4 +40,8 @@ return [ 'map_coordinates_lat' => [ 'name' => 'Lat по умолчанию', ], + + 'hide_location_filter' => [ + 'name' => 'Скрыть фильтр местоположения', + ], ];