From 37a82da73ee298c362dbc56bf8a02b48f7dbac6b Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 10 Jan 2020 17:03:54 +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', + ], +];