From 38527a8cba8bd6891ed8b84ae89334f702e5f28d Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:14: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', +];