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..a97f80692 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' => 'Деревня', + ], +];