From 520c2f815e49a192fb81a9b304dd8ba31cfa28ee Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:14:51 +0300 Subject: [PATCH] New translations stream.php (Italian) --- .../location-module/resources/lang/it/stream.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/it/stream.php b/addons/default/visiosoft/location-module/resources/lang/it/stream.php index 549fc5fcd..71b413ca5 100644 --- a/addons/default/visiosoft/location-module/resources/lang/it/stream.php +++ b/addons/default/visiosoft/location-module/resources/lang/it/stream.php @@ -1,9 +1,7 @@ [ - "name" =>"Villaggio", - - ], - -]; \ No newline at end of file +return [ + 'village' => [ + 'name' => 'Villaggio', + ], +];