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', +];