From bdeb3b34db65598f14208cb11a204e8162649c69 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:13:47 +0300 Subject: [PATCH] New translations stream.php (Dutch) --- .../cats-module/resources/lang/nl/stream.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/nl/stream.php b/addons/default/visiosoft/cats-module/resources/lang/nl/stream.php index b772dd4ff..013b4d25b 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/nl/stream.php +++ b/addons/default/visiosoft/cats-module/resources/lang/nl/stream.php @@ -1,13 +1,10 @@ [ - "name" =>"Categorie", - - ], - "placeholderforsearch" => [ - "name" =>"Placeholderforsearch", - - ], - -]; \ No newline at end of file +return [ + 'category' => [ + 'name' => 'Categorie', + ], + 'placeholderforsearch' => [ + 'name' => 'Placeholderforsearch', + ], +];