From d140118b4d727042b1157e145d57bd450bb86635 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 23 Sep 2020 18:48:14 +0300 Subject: [PATCH] New translations setting.php (Japanese) --- .../visiosoft/location-module/resources/lang/ja/setting.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/default/visiosoft/location-module/resources/lang/ja/setting.php b/addons/default/visiosoft/location-module/resources/lang/ja/setting.php index 9ead33f17..c5d1850af 100644 --- a/addons/default/visiosoft/location-module/resources/lang/ja/setting.php +++ b/addons/default/visiosoft/location-module/resources/lang/ja/setting.php @@ -40,4 +40,8 @@ return [ 'map_coordinates_lat' => [ 'name' => 'デフォルトの緯度', ], + + 'hide_location_filter' => [ + 'name' => '場所フィルターを非表示', + ], ];