From 0b035bc12c979e8e18d7e67b8093920d3e9e0368 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:15:13 +0300 Subject: [PATCH] New translations section.php (Italian) --- .../cats-module/resources/lang/it/section.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/it/section.php b/addons/default/visiosoft/cats-module/resources/lang/it/section.php index 48ae8d6dd..e206944ce 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/it/section.php +++ b/addons/default/visiosoft/cats-module/resources/lang/it/section.php @@ -1,13 +1,10 @@ [ - "title" =>"Categoria", - - ], - "placeholderforsearch" => [ - "title" =>"Placeholderforsearch", - - ], - -]; \ No newline at end of file +return [ + 'category' => [ + 'title' => 'Categoria', + ], + 'placeholderforsearch' => [ + 'title' => 'Placeholderforsearch', + ], +];