From 611541970a1579f75671302fc6337c158e915755 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Mon, 30 Mar 2020 17:29:17 +0300 Subject: [PATCH] New translations section.php (German) --- .../cats-module/resources/lang/de/section.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/de/section.php b/addons/default/visiosoft/cats-module/resources/lang/de/section.php index fa6325f64..00656845b 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/de/section.php +++ b/addons/default/visiosoft/cats-module/resources/lang/de/section.php @@ -1,13 +1,10 @@ [ - "title" =>"Kategorie", - - ], - "placeholderforsearch" => [ - "title" =>"Platzhalter für die Suche", - - ], - -]; \ No newline at end of file +return [ + 'category' => [ + 'title' => 'Kategorie', + ], + 'placeholderforsearch' => [ + 'title' => 'Platzhalter für die Suche', + ], +];