From 8e68a00f52c3672bcc045bb9070742903c8e50e7 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 10 Jan 2020 17:04:29 +0300 Subject: [PATCH] New translations button.php (Italian) --- .../cats-module/resources/lang/it/button.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/it/button.php b/addons/default/visiosoft/cats-module/resources/lang/it/button.php index ba5435b1f..242695f1d 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/it/button.php +++ b/addons/default/visiosoft/cats-module/resources/lang/it/button.php @@ -1,8 +1,8 @@ "Nuova categoria", - "add_sub_category" =>"Aggiungi sottocategoria", - "sub_category" =>"Mostra sottocategoria", - "new_placeholderforsearch" =>"Nuova ricerca segnaposto" -]; \ No newline at end of file +return [ + 'new_category' => 'Nuova categoria', + 'add_sub_category' => 'Aggiungi sottocategoria', + 'sub_category' => 'Mostra sottocategoria', + 'new_placeholderforsearch' => 'Nuova ricerca segnaposto', +];