From 9fc9bdc9d62966798d2726023b7ba7e2925a2661 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 10 Jan 2020 17:06:21 +0300 Subject: [PATCH] New translations stream.php (French) --- .../cats-module/resources/lang/fr/stream.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/fr/stream.php b/addons/default/visiosoft/cats-module/resources/lang/fr/stream.php index 369c43b00..bde6e1f8b 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/fr/stream.php +++ b/addons/default/visiosoft/cats-module/resources/lang/fr/stream.php @@ -1,13 +1,10 @@ [ - "name" =>"Catégorie", - - ], - "placeholderforsearch" => [ - "name" =>"Espace réservé à la recherche", - - ], - -]; \ No newline at end of file +return [ + 'category' => [ + 'name' => 'Catégorie', + ], + 'placeholderforsearch' => [ + 'name' => 'Espace réservé à la recherche', + ], +];