From 719620f3f9c252f3347eb9a70166ee746a22efff Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:09:29 +0300 Subject: [PATCH] New translations section.php (Spanish) --- .../cats-module/resources/lang/es/section.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/es/section.php b/addons/default/visiosoft/cats-module/resources/lang/es/section.php index c28192fb5..ca74c0347 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/es/section.php +++ b/addons/default/visiosoft/cats-module/resources/lang/es/section.php @@ -1,13 +1,10 @@ [ - "title" =>"Categoría", - - ], - "placeholderforsearch" => [ - "title" =>"Marcador de posición para búsqueda", - - ], - -]; \ No newline at end of file +return [ + 'category' => [ + 'title' => 'Categoría', + ], + 'placeholderforsearch' => [ + 'title' => 'Marcador de posición para búsqueda', + ], +];