From 2cd0c060688027b9e6a77fbc07a5689934aa43c7 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 10 Jan 2020 17:21:04 +0300 Subject: [PATCH] New translations section.php (Turkish) --- .../cats-module/resources/lang/tr/section.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/tr/section.php b/addons/default/visiosoft/cats-module/resources/lang/tr/section.php index 54b4dca9c..5c4a3f655 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/tr/section.php +++ b/addons/default/visiosoft/cats-module/resources/lang/tr/section.php @@ -1,13 +1,10 @@ [ - "title" =>"Kategori", - - ], - "placeholderforsearch" => [ - "title" =>"Arama alanı", - - ], - -]; \ No newline at end of file +return [ + 'category' => [ + 'title' => 'Kategori', + ], + 'placeholderforsearch' => [ + 'title' => 'Arama alanı', + ], +];