From 8cc2af48b3f63da9c27a7ca1eea12f800f88f032 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 10 Jan 2020 17:04:36 +0300 Subject: [PATCH] New translations stream.php (Italian) --- .../cats-module/resources/lang/it/stream.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/it/stream.php b/addons/default/visiosoft/cats-module/resources/lang/it/stream.php index 6812f0d97..38acb5482 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/it/stream.php +++ b/addons/default/visiosoft/cats-module/resources/lang/it/stream.php @@ -1,13 +1,10 @@ [ - "name" =>"Categoria", - - ], - "placeholderforsearch" => [ - "name" =>"Placeholderforsearch", - - ], - -]; \ No newline at end of file +return [ + 'category' => [ + 'name' => 'Categoria', + ], + 'placeholderforsearch' => [ + 'name' => 'Placeholderforsearch', + ], +];