diff --git a/addons/default/visiosoft/location-module/resources/lang/ru/stream.php b/addons/default/visiosoft/location-module/resources/lang/ru/stream.php index 8de906443..d52b2167f 100644 --- a/addons/default/visiosoft/location-module/resources/lang/ru/stream.php +++ b/addons/default/visiosoft/location-module/resources/lang/ru/stream.php @@ -1,9 +1,7 @@ [ - "name" =>"Деревня", - - ], - -]; \ No newline at end of file +return [ + 'village' => [ + 'name' => 'Village', + ], +];