From 91a85654fbb9dcb300e30d4fb421d4ee57039413 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 10 Jan 2020 17:20:58 +0300 Subject: [PATCH] New translations button.php (Arabic) --- .../cats-module/resources/lang/ar/button.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/ar/button.php b/addons/default/visiosoft/cats-module/resources/lang/ar/button.php index f7e435adf..3b59dc542 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/ar/button.php +++ b/addons/default/visiosoft/cats-module/resources/lang/ar/button.php @@ -1,8 +1,8 @@ "فئة جديدة", - "add_sub_category" =>"إضافة فئة فرعية", - "sub_category" =>"عرض الفئة الفرعية", - "new_placeholderforsearch" =>"Placeholderforsearch جديد" -]; \ No newline at end of file +return [ + 'new_category' => 'فئة جديدة', + 'add_sub_category' => 'إضافة فئة فرعية', + 'sub_category' => 'عرض الفئة الفرعية', + 'new_placeholderforsearch' => 'Placeholderforsearch جديد', +];