diff --git a/addons/default/visiosoft/location-module/resources/lang/es/stream.php b/addons/default/visiosoft/location-module/resources/lang/es/stream.php index 49a3e0425..582e3e40d 100644 --- a/addons/default/visiosoft/location-module/resources/lang/es/stream.php +++ b/addons/default/visiosoft/location-module/resources/lang/es/stream.php @@ -1,9 +1,7 @@ [ - "name" =>"Pueblo", - - ], - -]; \ No newline at end of file +return [ + 'village' => [ + 'name' => 'Pueblo', + ], +];